Shades of Rustic Red #420514
Tints of Rustic Red #420514
RGB
CMYK
RGB Variations
Color information
#420514 (or 0x420514) is known color: Rustic Red. HEX triplet: 42, 05 and 14. RGB value is (66,5,20). Sum of RGB (Red+Green+Blue) = 66+5+20=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #420514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420514 is #BDFAEB. Grayscale: #181818. Windows color (decimal): -12450540 or 1312066. OLE color: 1312066.
HSL color Cylindrical-coordinate representation of color #420514: hue angle of 345.25º 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 #420514 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 20 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.74 |
| HSL | 345.25º | 0.86% | 0.14% | - |
| HSV(B) | 345.25º | 0.92% | 0.26% | - |
| XYZ | 2.43 | 1.32 | 0.79 | - |
| YUV | 24.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 20 | 0 | 0.92 | 0.70 | 0.74 | 345.25 | 0.86 | 0.14 |
| Hex | 42 | 5 | 14 | 0 | 5C | 46 | 4A | 159 | 56 | E |
| Octal | 102 | 5 | 24 | 0 | 134 | 106 | 112 | 531 | 126 | 16 |
| Binary | 1000010 | 101 | 10100 | 0 | 1011100 | 1000110 | 1001010 | 101011001 | 1010110 | 1110 |
Color Harmonies of #420514
Complementary color
Monochromatic Colors of #420514
Black with #420514
Text Example
Text Example
White with #420514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420514; }
p { color: rgb(66,5,20); }
H1.HeaderClassName
{
color: #420514;
}
.AnyTagClassName
{
color: #420514;
}
</style>
background-color css
<style>
a { background-color: #420514; }
a { background-color: rgb(66,5,20); }
div.DivClassName
{
background-color: #420514;
}
.BgClassName
{
background-color: #420514;
}
</style>
border-color css
<style>
span { border-color: #420514; }
span { border-color: rgb(66,5,20); }
td.TdClassName
{
border-color: #420514;
}
.TagClassName
{
border-color: #420514;
}
</style>