Shades of Rustic Red #420713
Tints of Rustic Red #420713
RGB
CMYK
RGB Variations
Color information
#420713 (or 0x420713) is known color: Rustic Red. HEX triplet: 42, 07 and 13. RGB value is (66,7,19). Sum of RGB (Red+Green+Blue) = 66+7+19=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #420713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420713 is #BDF8EC. Grayscale: #1A1A1A. Windows color (decimal): -12450029 or 1247042. OLE color: 1247042.
HSL color Cylindrical-coordinate representation of color #420713: hue angle of 347.8º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420713 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 19 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.74 |
| HSL | 347.8º | 0.81% | 0.14% | - |
| HSV(B) | 347.8º | 0.89% | 0.26% | - |
| XYZ | 2.44 | 1.36 | 0.75 | - |
| YUV | 26.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 19 | 0 | 0.89 | 0.71 | 0.74 | 347.8 | 0.81 | 0.14 |
| Hex | 42 | 7 | 13 | 0 | 59 | 47 | 4A | 15C | 51 | E |
| Octal | 102 | 7 | 23 | 0 | 131 | 107 | 112 | 534 | 121 | 16 |
| Binary | 1000010 | 111 | 10011 | 0 | 1011001 | 1000111 | 1001010 | 101011100 | 1010001 | 1110 |
Color Harmonies of #420713
Complementary color
Monochromatic Colors of #420713
Black with #420713
Text Example
Text Example
White with #420713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420713; }
p { color: rgb(66,7,19); }
H1.HeaderClassName
{
color: #420713;
}
.AnyTagClassName
{
color: #420713;
}
</style>
background-color css
<style>
a { background-color: #420713; }
a { background-color: rgb(66,7,19); }
div.DivClassName
{
background-color: #420713;
}
.BgClassName
{
background-color: #420713;
}
</style>
border-color css
<style>
span { border-color: #420713; }
span { border-color: rgb(66,7,19); }
td.TdClassName
{
border-color: #420713;
}
.TagClassName
{
border-color: #420713;
}
</style>