Shades of Rustic Red #420D0E
Tints of Rustic Red #420D0E
RGB
CMYK
RGB Variations
Color information
#420D0E (or 0x420D0E) is known color: Rustic Red. HEX triplet: 42, 0D and 0E. RGB value is (66,13,14). Sum of RGB (Red+Green+Blue) = 66+13+14=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #420D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420D0E is #BDF2F1. Grayscale: #1D1D1D. Windows color (decimal): -12448498 or 920898. OLE color: 920898.
HSL color Cylindrical-coordinate representation of color #420D0E: hue angle of 358.87º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #420D0E is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 13 | 14 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.74 |
| HSL | 358.87º | 0.67% | 0.15% | - |
| HSV(B) | 358.87º | 0.8% | 0.26% | - |
| XYZ | 2.47 | 1.48 | 0.57 | - |
| YUV | 28.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 14 | 0 | 0.80 | 0.79 | 0.74 | 358.87 | 0.67 | 0.15 |
| Hex | 42 | D | E | 0 | 50 | 4F | 4A | 167 | 43 | F |
| Octal | 102 | 15 | 16 | 0 | 120 | 117 | 112 | 547 | 103 | 17 |
| Binary | 1000010 | 1101 | 1110 | 0 | 1010000 | 1001111 | 1001010 | 101100111 | 1000011 | 1111 |
Color Harmonies of #420D0E
Complementary color
Monochromatic Colors of #420D0E
Black with #420D0E
Text Example
Text Example
White with #420D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D0E; }
p { color: rgb(66,13,14); }
H1.HeaderClassName
{
color: #420D0E;
}
.AnyTagClassName
{
color: #420D0E;
}
</style>
background-color css
<style>
a { background-color: #420D0E; }
a { background-color: rgb(66,13,14); }
div.DivClassName
{
background-color: #420D0E;
}
.BgClassName
{
background-color: #420D0E;
}
</style>
border-color css
<style>
span { border-color: #420D0E; }
span { border-color: rgb(66,13,14); }
td.TdClassName
{
border-color: #420D0E;
}
.TagClassName
{
border-color: #420D0E;
}
</style>