#420212

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

Shades of Rustic Red #420212

Tints of Rustic Red #420212

Color information

#420212 (or 0x420212) is unknown color: approx Rustic Red. HEX triplet: 42, 02 and 12. RGB value is (66,2,18). Sum of RGB (Red+Green+Blue) = 66+2+18=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #420212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420212 is #BDFDED. Grayscale: #161616. Windows color (decimal): -12451310 or 1180226. OLE color: 1180226.

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

Color convert

RGB66218-
CMYK00.970.730.74
HSL345º94.12%13.33%-
HSV(B)345º96.97%25.88%-
XYZ2.381.250.69-
YUV22.96125.2158.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 76.74%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=76.74%
G=2.33%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6621800.970.730.7434594.1213.33
Hex42212061494A1595ed
Octal102222014111111253113615
Binary10000101010010011000011001001100101010101100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420212; }

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

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

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

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

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

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

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

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