Shades of Rustic Red #420207
Tints of Rustic Red #420207
RGB
CMYK
RGB Variations
Color information
#420207 (or 0x420207) is known color: Rustic Red. HEX triplet: 42, 02 and 07. RGB value is (66,2,7). Sum of RGB (Red+Green+Blue) = 66+2+7=75 (9% of max value = 765). Red value is 66 (26.17% from 255 or 88% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 66 - color contains mainly: red. Hex color #420207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420207 is #BDFDF8. Grayscale: #151515. Windows color (decimal): -12451321 or 459330. OLE color: 459330.
HSL color Cylindrical-coordinate representation of color #420207: hue angle of 355.31º 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 #420207 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 7 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.74 |
| HSL | 355.31º | 0.94% | 0.13% | - |
| HSV(B) | 355.31º | 0.97% | 0.26% | - |
| XYZ | 2.31 | 1.22 | 0.31 | - |
| YUV | 21.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 7 | 0 | 0.97 | 0.89 | 0.74 | 355.31 | 0.94 | 0.13 |
| Hex | 42 | 2 | 7 | 0 | 61 | 59 | 4A | 163 | 5E | D |
| Octal | 102 | 2 | 7 | 0 | 141 | 131 | 112 | 543 | 136 | 15 |
| Binary | 1000010 | 10 | 111 | 0 | 1100001 | 1011001 | 1001010 | 101100011 | 1011110 | 1101 |
Color Harmonies of #420207
Complementary color
Monochromatic Colors of #420207
Black with #420207
Text Example
Text Example
White with #420207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420207; }
p { color: rgb(66,2,7); }
H1.HeaderClassName
{
color: #420207;
}
.AnyTagClassName
{
color: #420207;
}
</style>
background-color css
<style>
a { background-color: #420207; }
a { background-color: rgb(66,2,7); }
div.DivClassName
{
background-color: #420207;
}
.BgClassName
{
background-color: #420207;
}
</style>
border-color css
<style>
span { border-color: #420207; }
span { border-color: rgb(66,2,7); }
td.TdClassName
{
border-color: #420207;
}
.TagClassName
{
border-color: #420207;
}
</style>