Shades of Rustic Red #420006
Tints of Rustic Red #420006
RGB
CMYK
RGB Variations
Color information
#420006 (or 0x420006) is known color: Rustic Red. HEX triplet: 42, 00 and 06. RGB value is (66,0,6). Sum of RGB (Red+Green+Blue) = 66+0+6=72 (9% of max value = 765). Red value is 66 (26.17% from 255 or 91.67% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 66 - color contains mainly: red. Hex color #420006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420006 is #BDFFF9. Grayscale: #141414. Windows color (decimal): -12451834 or 393282. OLE color: 393282.
HSL color Cylindrical-coordinate representation of color #420006: hue angle of 354.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420006 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.91 | 0.74 |
| HSL | 354.55º | 1% | 0.13% | - |
| HSV(B) | 354.55º | 1% | 0.26% | - |
| XYZ | 2.28 | 1.17 | 0.28 | - |
| YUV | 20.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 6 | 0 | 1 | 0.91 | 0.74 | 354.55 | 1 | 0.13 |
| Hex | 42 | 0 | 6 | 0 | 64 | 5B | 4A | 163 | 64 | D |
| Octal | 102 | 0 | 6 | 0 | 144 | 133 | 112 | 543 | 144 | 15 |
| Binary | 1000010 | 0 | 110 | 0 | 1100100 | 1011011 | 1001010 | 101100011 | 1100100 | 1101 |
Color Harmonies of #420006
Complementary color
Monochromatic Colors of #420006
Black with #420006
Text Example
Text Example
White with #420006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420006; }
p { color: rgb(66,0,6); }
H1.HeaderClassName
{
color: #420006;
}
.AnyTagClassName
{
color: #420006;
}
</style>
background-color css
<style>
a { background-color: #420006; }
a { background-color: rgb(66,0,6); }
div.DivClassName
{
background-color: #420006;
}
.BgClassName
{
background-color: #420006;
}
</style>
border-color css
<style>
span { border-color: #420006; }
span { border-color: rgb(66,0,6); }
td.TdClassName
{
border-color: #420006;
}
.TagClassName
{
border-color: #420006;
}
</style>