Shades of Rustic Red #42090E
Tints of Rustic Red #42090E
RGB
CMYK
RGB Variations
Color information
#42090E (or 0x42090E) is known color: Rustic Red. HEX triplet: 42, 09 and 0E. RGB value is (66,9,14). Sum of RGB (Red+Green+Blue) = 66+9+14=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #42090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42090E is #BDF6F1. Grayscale: #1A1A1A. Windows color (decimal): -12449522 or 919874. OLE color: 919874.
HSL color Cylindrical-coordinate representation of color #42090E: hue angle of 354.74º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42090E is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 9 | 14 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.74 |
| HSL | 354.74º | 0.76% | 0.15% | - |
| HSV(B) | 354.74º | 0.86% | 0.26% | - |
| XYZ | 2.42 | 1.39 | 0.56 | - |
| YUV | 26.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 14 | 0 | 0.86 | 0.79 | 0.74 | 354.74 | 0.76 | 0.15 |
| Hex | 42 | 9 | E | 0 | 56 | 4F | 4A | 163 | 4C | F |
| Octal | 102 | 11 | 16 | 0 | 126 | 117 | 112 | 543 | 114 | 17 |
| Binary | 1000010 | 1001 | 1110 | 0 | 1010110 | 1001111 | 1001010 | 101100011 | 1001100 | 1111 |
Color Harmonies of #42090E
Complementary color
Monochromatic Colors of #42090E
Black with #42090E
Text Example
Text Example
White with #42090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42090E; }
p { color: rgb(66,9,14); }
H1.HeaderClassName
{
color: #42090E;
}
.AnyTagClassName
{
color: #42090E;
}
</style>
background-color css
<style>
a { background-color: #42090E; }
a { background-color: rgb(66,9,14); }
div.DivClassName
{
background-color: #42090E;
}
.BgClassName
{
background-color: #42090E;
}
</style>
border-color css
<style>
span { border-color: #42090E; }
span { border-color: rgb(66,9,14); }
td.TdClassName
{
border-color: #42090E;
}
.TagClassName
{
border-color: #42090E;
}
</style>