Shades of Rustic Red #42050C
Tints of Rustic Red #42050C
RGB
CMYK
RGB Variations
Color information
#42050C (or 0x42050C) is known color: Rustic Red. HEX triplet: 42, 05 and 0C. RGB value is (66,5,12). Sum of RGB (Red+Green+Blue) = 66+5+12=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #42050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42050C is #BDFAF3. Grayscale: #181818. Windows color (decimal): -12450548 or 787778. OLE color: 787778.
HSL color Cylindrical-coordinate representation of color #42050C: hue angle of 353.11º 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 #42050C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 12 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.74 |
| HSL | 353.11º | 0.86% | 0.14% | - |
| HSV(B) | 353.11º | 0.92% | 0.26% | - |
| XYZ | 2.37 | 1.29 | 0.47 | - |
| YUV | 24.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 12 | 0 | 0.92 | 0.82 | 0.74 | 353.11 | 0.86 | 0.14 |
| Hex | 42 | 5 | C | 0 | 5C | 52 | 4A | 161 | 56 | E |
| Octal | 102 | 5 | 14 | 0 | 134 | 122 | 112 | 541 | 126 | 16 |
| Binary | 1000010 | 101 | 1100 | 0 | 1011100 | 1010010 | 1001010 | 101100001 | 1010110 | 1110 |
Color Harmonies of #42050C
Complementary color
Monochromatic Colors of #42050C
Black with #42050C
Text Example
Text Example
White with #42050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42050C; }
p { color: rgb(66,5,12); }
H1.HeaderClassName
{
color: #42050C;
}
.AnyTagClassName
{
color: #42050C;
}
</style>
background-color css
<style>
a { background-color: #42050C; }
a { background-color: rgb(66,5,12); }
div.DivClassName
{
background-color: #42050C;
}
.BgClassName
{
background-color: #42050C;
}
</style>
border-color css
<style>
span { border-color: #42050C; }
span { border-color: rgb(66,5,12); }
td.TdClassName
{
border-color: #42050C;
}
.TagClassName
{
border-color: #42050C;
}
</style>