Shades of Rustic Red #420918
Tints of Rustic Red #420918
RGB
CMYK
RGB Variations
Color information
#420918 (or 0x420918) is known color: Rustic Red. HEX triplet: 42, 09 and 18. RGB value is (66,9,24). Sum of RGB (Red+Green+Blue) = 66+9+24=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #420918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420918 is #BDF6E7. Grayscale: #1B1B1B. Windows color (decimal): -12449512 or 1575234. OLE color: 1575234.
HSL color Cylindrical-coordinate representation of color #420918: hue angle of 344.21º 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 #420918 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 9 | 24 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.74 |
| HSL | 344.21º | 0.76% | 0.15% | - |
| HSV(B) | 344.21º | 0.86% | 0.26% | - |
| XYZ | 2.51 | 1.42 | 1.01 | - |
| YUV | 27.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 24 | 0 | 0.86 | 0.64 | 0.74 | 344.21 | 0.76 | 0.15 |
| Hex | 42 | 9 | 18 | 0 | 56 | 40 | 4A | 158 | 4C | F |
| Octal | 102 | 11 | 30 | 0 | 126 | 100 | 112 | 530 | 114 | 17 |
| Binary | 1000010 | 1001 | 11000 | 0 | 1010110 | 1000000 | 1001010 | 101011000 | 1001100 | 1111 |
Color Harmonies of #420918
Complementary color
Monochromatic Colors of #420918
Black with #420918
Text Example
Text Example
White with #420918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420918; }
p { color: rgb(66,9,24); }
H1.HeaderClassName
{
color: #420918;
}
.AnyTagClassName
{
color: #420918;
}
</style>
background-color css
<style>
a { background-color: #420918; }
a { background-color: rgb(66,9,24); }
div.DivClassName
{
background-color: #420918;
}
.BgClassName
{
background-color: #420918;
}
</style>
border-color css
<style>
span { border-color: #420918; }
span { border-color: rgb(66,9,24); }
td.TdClassName
{
border-color: #420918;
}
.TagClassName
{
border-color: #420918;
}
</style>