Shades of Rustic Red #420210
Tints of Rustic Red #420210
RGB
CMYK
RGB Variations
Color information
#420210 (or 0x420210) is known color: Rustic Red. HEX triplet: 42, 02 and 10. RGB value is (66,2,16). Sum of RGB (Red+Green+Blue) = 66+2+16=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #420210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420210 is #BDFDEF. Grayscale: #161616. Windows color (decimal): -12451312 or 1049154. OLE color: 1049154.
HSL color Cylindrical-coordinate representation of color #420210: hue angle of 346.88º 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 #420210 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 16 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.74 |
| HSL | 346.88º | 0.94% | 0.13% | - |
| HSV(B) | 346.88º | 0.97% | 0.26% | - |
| XYZ | 2.36 | 1.24 | 0.6 | - |
| YUV | 22.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 16 | 0 | 0.97 | 0.76 | 0.74 | 346.88 | 0.94 | 0.13 |
| Hex | 42 | 2 | 10 | 0 | 61 | 4C | 4A | 15B | 5E | D |
| Octal | 102 | 2 | 20 | 0 | 141 | 114 | 112 | 533 | 136 | 15 |
| Binary | 1000010 | 10 | 10000 | 0 | 1100001 | 1001100 | 1001010 | 101011011 | 1011110 | 1101 |
Color Harmonies of #420210
Complementary color
Monochromatic Colors of #420210
Black with #420210
Text Example
Text Example
White with #420210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420210; }
p { color: rgb(66,2,16); }
H1.HeaderClassName
{
color: #420210;
}
.AnyTagClassName
{
color: #420210;
}
</style>
background-color css
<style>
a { background-color: #420210; }
a { background-color: rgb(66,2,16); }
div.DivClassName
{
background-color: #420210;
}
.BgClassName
{
background-color: #420210;
}
</style>
border-color css
<style>
span { border-color: #420210; }
span { border-color: rgb(66,2,16); }
td.TdClassName
{
border-color: #420210;
}
.TagClassName
{
border-color: #420210;
}
</style>