Shades of Rustic Red #42020E
Tints of Rustic Red #42020E
RGB
CMYK
RGB Variations
Color information
#42020E (or 0x42020E) is known color: Rustic Red. HEX triplet: 42, 02 and 0E. RGB value is (66,2,14). Sum of RGB (Red+Green+Blue) = 66+2+14=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #42020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42020E is #BDFDF1. Grayscale: #161616. Windows color (decimal): -12451314 or 918082. OLE color: 918082.
HSL color Cylindrical-coordinate representation of color #42020E: hue angle of 348.75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42020E is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 14 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.74 |
| HSL | 348.75º | 0.94% | 0.13% | - |
| HSV(B) | 348.75º | 0.97% | 0.26% | - |
| XYZ | 2.35 | 1.23 | 0.53 | - |
| YUV | 22.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 14 | 0 | 0.97 | 0.79 | 0.74 | 348.75 | 0.94 | 0.13 |
| Hex | 42 | 2 | E | 0 | 61 | 4F | 4A | 15D | 5E | D |
| Octal | 102 | 2 | 16 | 0 | 141 | 117 | 112 | 535 | 136 | 15 |
| Binary | 1000010 | 10 | 1110 | 0 | 1100001 | 1001111 | 1001010 | 101011101 | 1011110 | 1101 |
Color Harmonies of #42020E
Complementary color
Monochromatic Colors of #42020E
Black with #42020E
Text Example
Text Example
White with #42020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42020E; }
p { color: rgb(66,2,14); }
H1.HeaderClassName
{
color: #42020E;
}
.AnyTagClassName
{
color: #42020E;
}
</style>
background-color css
<style>
a { background-color: #42020E; }
a { background-color: rgb(66,2,14); }
div.DivClassName
{
background-color: #42020E;
}
.BgClassName
{
background-color: #42020E;
}
</style>
border-color css
<style>
span { border-color: #42020E; }
span { border-color: rgb(66,2,14); }
td.TdClassName
{
border-color: #42020E;
}
.TagClassName
{
border-color: #42020E;
}
</style>