Shades of Rustic Red #42080C
Tints of Rustic Red #42080C
RGB
CMYK
RGB Variations
Color information
#42080C (or 0x42080C) is known color: Rustic Red. HEX triplet: 42, 08 and 0C. RGB value is (66,8,12). Sum of RGB (Red+Green+Blue) = 66+8+12=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #42080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42080C is #BDF7F3. Grayscale: #191919. Windows color (decimal): -12449780 or 788546. OLE color: 788546.
HSL color Cylindrical-coordinate representation of color #42080C: hue angle of 355.86º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42080C is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 8 | 12 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.74 |
| HSL | 355.86º | 0.78% | 0.15% | - |
| HSV(B) | 355.86º | 0.88% | 0.26% | - |
| XYZ | 2.4 | 1.36 | 0.48 | - |
| YUV | 25.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 12 | 0 | 0.88 | 0.82 | 0.74 | 355.86 | 0.78 | 0.15 |
| Hex | 42 | 8 | C | 0 | 58 | 52 | 4A | 164 | 4E | F |
| Octal | 102 | 10 | 14 | 0 | 130 | 122 | 112 | 544 | 116 | 17 |
| Binary | 1000010 | 1000 | 1100 | 0 | 1011000 | 1010010 | 1001010 | 101100100 | 1001110 | 1111 |
Color Harmonies of #42080C
Complementary color
Monochromatic Colors of #42080C
Black with #42080C
Text Example
Text Example
White with #42080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42080C; }
p { color: rgb(66,8,12); }
H1.HeaderClassName
{
color: #42080C;
}
.AnyTagClassName
{
color: #42080C;
}
</style>
background-color css
<style>
a { background-color: #42080C; }
a { background-color: rgb(66,8,12); }
div.DivClassName
{
background-color: #42080C;
}
.BgClassName
{
background-color: #42080C;
}
</style>
border-color css
<style>
span { border-color: #42080C; }
span { border-color: rgb(66,8,12); }
td.TdClassName
{
border-color: #42080C;
}
.TagClassName
{
border-color: #42080C;
}
</style>