Shades of Rustic Red #420212
Tints of Rustic Red #420212
RGB
CMYK
RGB Variations
Color information
#420212 (or 0x420212) is known color: 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
| RGB | 66 | 2 | 18 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.74 |
| HSL | 345º | 0.94% | 0.13% | - |
| HSV(B) | 345º | 0.97% | 0.26% | - |
| XYZ | 2.38 | 1.25 | 0.69 | - |
| YUV | 22.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 18 | 0 | 0.97 | 0.73 | 0.74 | 345 | 0.94 | 0.13 |
| Hex | 42 | 2 | 12 | 0 | 61 | 49 | 4A | 159 | 5E | D |
| Octal | 102 | 2 | 22 | 0 | 141 | 111 | 112 | 531 | 136 | 15 |
| Binary | 1000010 | 10 | 10010 | 0 | 1100001 | 1001001 | 1001010 | 101011001 | 1011110 | 1101 |
Color Harmonies of #420212
Complementary color
Monochromatic Colors of #420212
Black with #420212
Text Example
Text Example
White with #420212
Text Example
Text Example
HTML Codes & Css Web 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>