Shades of Rustic Red #42080F
Tints of Rustic Red #42080F
RGB
CMYK
RGB Variations
Color information
#42080F (or 0x42080F) is known color: Rustic Red. HEX triplet: 42, 08 and 0F. RGB value is (66,8,15). Sum of RGB (Red+Green+Blue) = 66+8+15=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #42080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42080F is #BDF7F0. Grayscale: #1A1A1A. Windows color (decimal): -12449777 or 985154. OLE color: 985154.
HSL color Cylindrical-coordinate representation of color #42080F: hue angle of 352.76º 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 #42080F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 8 | 15 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.74 |
| HSL | 352.76º | 0.78% | 0.15% | - |
| HSV(B) | 352.76º | 0.88% | 0.26% | - |
| XYZ | 2.42 | 1.37 | 0.59 | - |
| YUV | 26.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 15 | 0 | 0.88 | 0.77 | 0.74 | 352.76 | 0.78 | 0.15 |
| Hex | 42 | 8 | F | 0 | 58 | 4D | 4A | 161 | 4E | F |
| Octal | 102 | 10 | 17 | 0 | 130 | 115 | 112 | 541 | 116 | 17 |
| Binary | 1000010 | 1000 | 1111 | 0 | 1011000 | 1001101 | 1001010 | 101100001 | 1001110 | 1111 |
Color Harmonies of #42080F
Complementary color
Monochromatic Colors of #42080F
Black with #42080F
Text Example
Text Example
White with #42080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42080F; }
p { color: rgb(66,8,15); }
H1.HeaderClassName
{
color: #42080F;
}
.AnyTagClassName
{
color: #42080F;
}
</style>
background-color css
<style>
a { background-color: #42080F; }
a { background-color: rgb(66,8,15); }
div.DivClassName
{
background-color: #42080F;
}
.BgClassName
{
background-color: #42080F;
}
</style>
border-color css
<style>
span { border-color: #42080F; }
span { border-color: rgb(66,8,15); }
td.TdClassName
{
border-color: #42080F;
}
.TagClassName
{
border-color: #42080F;
}
</style>