Shades of Rustic Red #420F13
Tints of Rustic Red #420F13
RGB
CMYK
RGB Variations
Color information
#420F13 (or 0x420F13) is known color: Rustic Red. HEX triplet: 42, 0F and 13. RGB value is (66,15,19). Sum of RGB (Red+Green+Blue) = 66+15+19=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #420F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F13 is #BDF0EC. Grayscale: #1E1E1E. Windows color (decimal): -12447981 or 1249090. OLE color: 1249090.
HSL color Cylindrical-coordinate representation of color #420F13: hue angle of 355.29º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F13 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 19 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.74 |
| HSL | 355.29º | 0.63% | 0.16% | - |
| HSV(B) | 355.29º | 0.77% | 0.26% | - |
| XYZ | 2.54 | 1.55 | 0.78 | - |
| YUV | 30.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 19 | 0 | 0.77 | 0.71 | 0.74 | 355.29 | 0.63 | 0.16 |
| Hex | 42 | F | 13 | 0 | 4D | 47 | 4A | 163 | 3F | 10 |
| Octal | 102 | 17 | 23 | 0 | 115 | 107 | 112 | 543 | 77 | 20 |
| Binary | 1000010 | 1111 | 10011 | 0 | 1001101 | 1000111 | 1001010 | 101100011 | 111111 | 10000 |
Color Harmonies of #420F13
Complementary color
Monochromatic Colors of #420F13
Black with #420F13
Text Example
Text Example
White with #420F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F13; }
p { color: rgb(66,15,19); }
H1.HeaderClassName
{
color: #420F13;
}
.AnyTagClassName
{
color: #420F13;
}
</style>
background-color css
<style>
a { background-color: #420F13; }
a { background-color: rgb(66,15,19); }
div.DivClassName
{
background-color: #420F13;
}
.BgClassName
{
background-color: #420F13;
}
</style>
border-color css
<style>
span { border-color: #420F13; }
span { border-color: rgb(66,15,19); }
td.TdClassName
{
border-color: #420F13;
}
.TagClassName
{
border-color: #420F13;
}
</style>