Shades of Rustic Red #420515
Tints of Rustic Red #420515
RGB
CMYK
RGB Variations
Color information
#420515 (or 0x420515) is known color: Rustic Red. HEX triplet: 42, 05 and 15. RGB value is (66,5,21). Sum of RGB (Red+Green+Blue) = 66+5+21=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #420515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420515 is #BDFAEA. Grayscale: #191919. Windows color (decimal): -12450539 or 1377602. OLE color: 1377602.
HSL color Cylindrical-coordinate representation of color #420515: hue angle of 344.26º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420515 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 21 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.74 |
| HSL | 344.26º | 0.86% | 0.14% | - |
| HSV(B) | 344.26º | 0.92% | 0.26% | - |
| XYZ | 2.44 | 1.32 | 0.84 | - |
| YUV | 25.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 21 | 0 | 0.92 | 0.68 | 0.74 | 344.26 | 0.86 | 0.14 |
| Hex | 42 | 5 | 15 | 0 | 5C | 44 | 4A | 158 | 56 | E |
| Octal | 102 | 5 | 25 | 0 | 134 | 104 | 112 | 530 | 126 | 16 |
| Binary | 1000010 | 101 | 10101 | 0 | 1011100 | 1000100 | 1001010 | 101011000 | 1010110 | 1110 |
Color Harmonies of #420515
Complementary color
Monochromatic Colors of #420515
Black with #420515
Text Example
Text Example
White with #420515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420515; }
p { color: rgb(66,5,21); }
H1.HeaderClassName
{
color: #420515;
}
.AnyTagClassName
{
color: #420515;
}
</style>
background-color css
<style>
a { background-color: #420515; }
a { background-color: rgb(66,5,21); }
div.DivClassName
{
background-color: #420515;
}
.BgClassName
{
background-color: #420515;
}
</style>
border-color css
<style>
span { border-color: #420515; }
span { border-color: rgb(66,5,21); }
td.TdClassName
{
border-color: #420515;
}
.TagClassName
{
border-color: #420515;
}
</style>