Shades of Rustic Red #420F19
Tints of Rustic Red #420F19
RGB
CMYK
RGB Variations
Color information
#420F19 (or 0x420F19) is known color: Rustic Red. HEX triplet: 42, 0F and 19. RGB value is (66,15,25). Sum of RGB (Red+Green+Blue) = 66+15+25=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #420F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F19 is #BDF0E6. Grayscale: #1F1F1F. Windows color (decimal): -12447975 or 1642306. OLE color: 1642306.
HSL color Cylindrical-coordinate representation of color #420F19: hue angle of 348.24º 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 #420F19 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 25 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.74 |
| HSL | 348.24º | 0.63% | 0.16% | - |
| HSV(B) | 348.24º | 0.77% | 0.26% | - |
| XYZ | 2.59 | 1.57 | 1.09 | - |
| YUV | 31.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 25 | 0 | 0.77 | 0.62 | 0.74 | 348.24 | 0.63 | 0.16 |
| Hex | 42 | F | 19 | 0 | 4D | 3E | 4A | 15C | 3F | 10 |
| Octal | 102 | 17 | 31 | 0 | 115 | 76 | 112 | 534 | 77 | 20 |
| Binary | 1000010 | 1111 | 11001 | 0 | 1001101 | 111110 | 1001010 | 101011100 | 111111 | 10000 |
Color Harmonies of #420F19
Complementary color
Monochromatic Colors of #420F19
Black with #420F19
Text Example
Text Example
White with #420F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F19; }
p { color: rgb(66,15,25); }
H1.HeaderClassName
{
color: #420F19;
}
.AnyTagClassName
{
color: #420F19;
}
</style>
background-color css
<style>
a { background-color: #420F19; }
a { background-color: rgb(66,15,25); }
div.DivClassName
{
background-color: #420F19;
}
.BgClassName
{
background-color: #420F19;
}
</style>
border-color css
<style>
span { border-color: #420F19; }
span { border-color: rgb(66,15,25); }
td.TdClassName
{
border-color: #420F19;
}
.TagClassName
{
border-color: #420F19;
}
</style>