Shades of Rustic Red #42020C
Tints of Rustic Red #42020C
RGB
CMYK
RGB Variations
Color information
#42020C (or 0x42020C) is known color: Rustic Red. HEX triplet: 42, 02 and 0C. RGB value is (66,2,12). Sum of RGB (Red+Green+Blue) = 66+2+12=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #42020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42020C is #BDFDF3. Grayscale: #161616. Windows color (decimal): -12451316 or 787010. OLE color: 787010.
HSL color Cylindrical-coordinate representation of color #42020C: hue angle of 350.62º 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 #42020C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 12 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.74 |
| HSL | 350.63º | 0.94% | 0.13% | - |
| HSV(B) | 350.63º | 0.97% | 0.26% | - |
| XYZ | 2.33 | 1.23 | 0.46 | - |
| YUV | 22.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 12 | 0 | 0.97 | 0.82 | 0.74 | 350.63 | 0.94 | 0.13 |
| Hex | 42 | 2 | C | 0 | 61 | 52 | 4A | 15F | 5E | D |
| Octal | 102 | 2 | 14 | 0 | 141 | 122 | 112 | 537 | 136 | 15 |
| Binary | 1000010 | 10 | 1100 | 0 | 1100001 | 1010010 | 1001010 | 101011111 | 1011110 | 1101 |
Color Harmonies of #42020C
Complementary color
Monochromatic Colors of #42020C
Black with #42020C
Text Example
Text Example
White with #42020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42020C; }
p { color: rgb(66,2,12); }
H1.HeaderClassName
{
color: #42020C;
}
.AnyTagClassName
{
color: #42020C;
}
</style>
background-color css
<style>
a { background-color: #42020C; }
a { background-color: rgb(66,2,12); }
div.DivClassName
{
background-color: #42020C;
}
.BgClassName
{
background-color: #42020C;
}
</style>
border-color css
<style>
span { border-color: #42020C; }
span { border-color: rgb(66,2,12); }
td.TdClassName
{
border-color: #42020C;
}
.TagClassName
{
border-color: #42020C;
}
</style>