#420912

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

Shades of Rustic Red #420912

Tints of Rustic Red #420912

Color information

#420912 (or 0x420912) is unknown color: approx Rustic Red. HEX triplet: 42, 09 and 12. RGB value is (66,9,18). Sum of RGB (Red+Green+Blue) = 66+9+18=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #420912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420912 is #BDF6ED. Grayscale: #1B1B1B. Windows color (decimal): -12449518 or 1182018. OLE color: 1182018.

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

Color convert

RGB66918-
CMYK00.860.730.74
HSL350.53º76%14.71%-
HSV(B)350.53º86.36%25.88%-
XYZ2.451.40.71-
YUV27.07122.88155.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.97%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=70.97%
G=9.68%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6691800.860.730.74350.537614.71
Hex42912056494A15f4cf
Octal1021122012611111253711417
Binary1000010100110010010101101001001100101010101111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420912; }

 p { color: rgb(66,9,18); }

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

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

 a { background-color: rgb(66,9,18); }

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

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

 span { border-color: rgb(66,9,18); }

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