Shades of Rustic Red #420116
Tints of Rustic Red #420116
RGB
CMYK
RGB Variations
Color information
#420116 (or 0x420116) is known color: Rustic Red. HEX triplet: 42, 01 and 16. RGB value is (66,1,22). Sum of RGB (Red+Green+Blue) = 66+1+22=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #420116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420116 is #BDFEE9. Grayscale: #161616. Windows color (decimal): -12451562 or 1442114. OLE color: 1442114.
HSL color Cylindrical-coordinate representation of color #420116: hue angle of 340.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420116 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 1 | 22 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.74 |
| HSL | 340.62º | 0.97% | 0.13% | - |
| HSV(B) | 340.62º | 0.98% | 0.26% | - |
| XYZ | 2.4 | 1.24 | 0.87 | - |
| YUV | 22.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 22 | 0 | 0.98 | 0.67 | 0.74 | 340.62 | 0.97 | 0.13 |
| Hex | 42 | 1 | 16 | 0 | 62 | 43 | 4A | 155 | 61 | D |
| Octal | 102 | 1 | 26 | 0 | 142 | 103 | 112 | 525 | 141 | 15 |
| Binary | 1000010 | 1 | 10110 | 0 | 1100010 | 1000011 | 1001010 | 101010101 | 1100001 | 1101 |
Color Harmonies of #420116
Complementary color
Monochromatic Colors of #420116
Black with #420116
Text Example
Text Example
White with #420116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420116; }
p { color: rgb(66,1,22); }
H1.HeaderClassName
{
color: #420116;
}
.AnyTagClassName
{
color: #420116;
}
</style>
background-color css
<style>
a { background-color: #420116; }
a { background-color: rgb(66,1,22); }
div.DivClassName
{
background-color: #420116;
}
.BgClassName
{
background-color: #420116;
}
</style>
border-color css
<style>
span { border-color: #420116; }
span { border-color: rgb(66,1,22); }
td.TdClassName
{
border-color: #420116;
}
.TagClassName
{
border-color: #420116;
}
</style>