Shades of Rustic Red #420407
Tints of Rustic Red #420407
RGB
CMYK
RGB Variations
Color information
#420407 (or 0x420407) is known color: Rustic Red. HEX triplet: 42, 04 and 07. RGB value is (66,4,7). Sum of RGB (Red+Green+Blue) = 66+4+7=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #420407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420407 is #BDFBF8. Grayscale: #161616. Windows color (decimal): -12450809 or 459842. OLE color: 459842.
HSL color Cylindrical-coordinate representation of color #420407: hue angle of 357.1º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420407 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 7 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.74 |
| HSL | 357.1º | 0.89% | 0.14% | - |
| HSV(B) | 357.1º | 0.94% | 0.26% | - |
| XYZ | 2.33 | 1.26 | 0.32 | - |
| YUV | 22.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 7 | 0 | 0.94 | 0.89 | 0.74 | 357.1 | 0.89 | 0.14 |
| Hex | 42 | 4 | 7 | 0 | 5E | 59 | 4A | 165 | 59 | E |
| Octal | 102 | 4 | 7 | 0 | 136 | 131 | 112 | 545 | 131 | 16 |
| Binary | 1000010 | 100 | 111 | 0 | 1011110 | 1011001 | 1001010 | 101100101 | 1011001 | 1110 |
Color Harmonies of #420407
Complementary color
Monochromatic Colors of #420407
Black with #420407
Text Example
Text Example
White with #420407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420407; }
p { color: rgb(66,4,7); }
H1.HeaderClassName
{
color: #420407;
}
.AnyTagClassName
{
color: #420407;
}
</style>
background-color css
<style>
a { background-color: #420407; }
a { background-color: rgb(66,4,7); }
div.DivClassName
{
background-color: #420407;
}
.BgClassName
{
background-color: #420407;
}
</style>
border-color css
<style>
span { border-color: #420407; }
span { border-color: rgb(66,4,7); }
td.TdClassName
{
border-color: #420407;
}
.TagClassName
{
border-color: #420407;
}
</style>