Shades of Rustic Red #420506
Tints of Rustic Red #420506
RGB
CMYK
RGB Variations
Color information
#420506 (or 0x420506) is known color: Rustic Red. HEX triplet: 42, 05 and 06. RGB value is (66,5,6). Sum of RGB (Red+Green+Blue) = 66+5+6=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #420506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420506 is #BDFAF9. Grayscale: #171717. Windows color (decimal): -12450554 or 394562. OLE color: 394562.
HSL color Cylindrical-coordinate representation of color #420506: hue angle of 359.02º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420506 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 6 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.74 |
| HSL | 359.02º | 0.86% | 0.14% | - |
| HSV(B) | 359.02º | 0.92% | 0.26% | - |
| XYZ | 2.33 | 1.28 | 0.3 | - |
| YUV | 23.35 | 118.21 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 6 | 0 | 0.92 | 0.91 | 0.74 | 359.02 | 0.86 | 0.14 |
| Hex | 42 | 5 | 6 | 0 | 5C | 5B | 4A | 167 | 56 | E |
| Octal | 102 | 5 | 6 | 0 | 134 | 133 | 112 | 547 | 126 | 16 |
| Binary | 1000010 | 101 | 110 | 0 | 1011100 | 1011011 | 1001010 | 101100111 | 1010110 | 1110 |
Color Harmonies of #420506
Complementary color
Monochromatic Colors of #420506
Black with #420506
Text Example
Text Example
White with #420506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420506; }
p { color: rgb(66,5,6); }
H1.HeaderClassName
{
color: #420506;
}
.AnyTagClassName
{
color: #420506;
}
</style>
background-color css
<style>
a { background-color: #420506; }
a { background-color: rgb(66,5,6); }
div.DivClassName
{
background-color: #420506;
}
.BgClassName
{
background-color: #420506;
}
</style>
border-color css
<style>
span { border-color: #420506; }
span { border-color: rgb(66,5,6); }
td.TdClassName
{
border-color: #420506;
}
.TagClassName
{
border-color: #420506;
}
</style>