Shades of Rustic Red #420205
Tints of Rustic Red #420205
RGB
CMYK
RGB Variations
Color information
#420205 (or 0x420205) is known color: Rustic Red. HEX triplet: 42, 02 and 05. RGB value is (66,2,5). Sum of RGB (Red+Green+Blue) = 66+2+5=73 (9% of max value = 765). Red value is 66 (26.17% from 255 or 90.41% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 66 - color contains mainly: red. Hex color #420205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420205 is #BDFDFA. Grayscale: #151515. Windows color (decimal): -12451323 or 328258. OLE color: 328258.
HSL color Cylindrical-coordinate representation of color #420205: hue angle of 357.19º 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 #420205 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 5 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.74 |
| HSL | 357.19º | 0.94% | 0.13% | - |
| HSV(B) | 357.19º | 0.97% | 0.26% | - |
| XYZ | 2.3 | 1.21 | 0.26 | - |
| YUV | 21.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 5 | 0 | 0.97 | 0.92 | 0.74 | 357.19 | 0.94 | 0.13 |
| Hex | 42 | 2 | 5 | 0 | 61 | 5C | 4A | 165 | 5E | D |
| Octal | 102 | 2 | 5 | 0 | 141 | 134 | 112 | 545 | 136 | 15 |
| Binary | 1000010 | 10 | 101 | 0 | 1100001 | 1011100 | 1001010 | 101100101 | 1011110 | 1101 |
Color Harmonies of #420205
Complementary color
Monochromatic Colors of #420205
Black with #420205
Text Example
Text Example
White with #420205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420205; }
p { color: rgb(66,2,5); }
H1.HeaderClassName
{
color: #420205;
}
.AnyTagClassName
{
color: #420205;
}
</style>
background-color css
<style>
a { background-color: #420205; }
a { background-color: rgb(66,2,5); }
div.DivClassName
{
background-color: #420205;
}
.BgClassName
{
background-color: #420205;
}
</style>
border-color css
<style>
span { border-color: #420205; }
span { border-color: rgb(66,2,5); }
td.TdClassName
{
border-color: #420205;
}
.TagClassName
{
border-color: #420205;
}
</style>