#430910

Color #430910 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #430910

Tints of Rustic Red #430910

Color information

#430910 (or 0x430910) is unknown color: approx Rustic Red. HEX triplet: 43, 09 and 10. RGB value is (67,9,16). Sum of RGB (Red+Green+Blue) = 67+9+16=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #430910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430910 is #BCF6EF. Grayscale: #1B1B1B. Windows color (decimal): -12383984 or 1050947. OLE color: 1050947.

HSL color Cylindrical-coordinate representation of color #430910: hue angle of 352.76º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430910 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB67916-
CMYK00.870.760.74
HSL352.76º76.32%14.9%-
HSV(B)352.76º86.57%26.27%-
XYZ2.511.430.63-
YUV27.14121.72156.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 72.83%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=72.83%
G=9.78%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6791600.870.760.74352.7676.3214.9
Hex439100574C4A1614cf
Octal1031120012711411254111417
Binary1000011100110000010101111001100100101010110000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430910; }

 p { color: rgb(67,9,16); }

 H1.HeaderClassName
 {
   color: #430910;
 }
 .AnyTagClassName
 {
   color: #430910;
 }
</style>
background-color css

<style>
 a { background-color: #430910; }

 a { background-color: rgb(67,9,16); }

 div.DivClassName
 {
   background-color: #430910;
 }
 .BgClassName
 {
   background-color: #430910;
 }
</style>
border-color css

<style>
 span { border-color: #430910; }

 span { border-color: rgb(67,9,16); }

 td.TdClassName
 {
   border-color: #430910;
 }
 .TagClassName
 {
   border-color: #430910;
 }
</style>