Shades of Rustic Red #420015
Tints of Rustic Red #420015
RGB
CMYK
RGB Variations
Color information
#420015 (or 0x420015) is known color: Rustic Red. HEX triplet: 42, 00 and 15. RGB value is (66,0,21). Sum of RGB (Red+Green+Blue) = 66+0+21=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #420015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420015 is #BDFFEA. Grayscale: #161616. Windows color (decimal): -12451819 or 1376322. OLE color: 1376322.
HSL color Cylindrical-coordinate representation of color #420015: hue angle of 340.91º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420015 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.68 | 0.74 |
| HSL | 340.91º | 1% | 0.13% | - |
| HSV(B) | 340.91º | 1% | 0.26% | - |
| XYZ | 2.38 | 1.21 | 0.82 | - |
| YUV | 22.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 21 | 0 | 1 | 0.68 | 0.74 | 340.91 | 1 | 0.13 |
| Hex | 42 | 0 | 15 | 0 | 64 | 44 | 4A | 155 | 64 | D |
| Octal | 102 | 0 | 25 | 0 | 144 | 104 | 112 | 525 | 144 | 15 |
| Binary | 1000010 | 0 | 10101 | 0 | 1100100 | 1000100 | 1001010 | 101010101 | 1100100 | 1101 |
Color Harmonies of #420015
Complementary color
Monochromatic Colors of #420015
Black with #420015
Text Example
Text Example
White with #420015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420015; }
p { color: rgb(66,0,21); }
H1.HeaderClassName
{
color: #420015;
}
.AnyTagClassName
{
color: #420015;
}
</style>
background-color css
<style>
a { background-color: #420015; }
a { background-color: rgb(66,0,21); }
div.DivClassName
{
background-color: #420015;
}
.BgClassName
{
background-color: #420015;
}
</style>
border-color css
<style>
span { border-color: #420015; }
span { border-color: rgb(66,0,21); }
td.TdClassName
{
border-color: #420015;
}
.TagClassName
{
border-color: #420015;
}
</style>