Shades of Rustic Red #42060A
Tints of Rustic Red #42060A
RGB
CMYK
RGB Variations
Color information
#42060A (or 0x42060A) is known color: Rustic Red. HEX triplet: 42, 06 and 0A. RGB value is (66,6,10). Sum of RGB (Red+Green+Blue) = 66+6+10=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #42060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42060A is #BDF9F5. Grayscale: #181818. Windows color (decimal): -12450294 or 656962. OLE color: 656962.
HSL color Cylindrical-coordinate representation of color #42060A: hue angle of 356º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42060A is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 6 | 10 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.74 |
| HSL | 356º | 0.83% | 0.14% | - |
| HSV(B) | 356º | 0.91% | 0.26% | - |
| XYZ | 2.37 | 1.31 | 0.42 | - |
| YUV | 24.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 10 | 0 | 0.91 | 0.85 | 0.74 | 356 | 0.83 | 0.14 |
| Hex | 42 | 6 | A | 0 | 5B | 55 | 4A | 164 | 53 | E |
| Octal | 102 | 6 | 12 | 0 | 133 | 125 | 112 | 544 | 123 | 16 |
| Binary | 1000010 | 110 | 1010 | 0 | 1011011 | 1010101 | 1001010 | 101100100 | 1010011 | 1110 |
Color Harmonies of #42060A
Complementary color
Monochromatic Colors of #42060A
Black with #42060A
Text Example
Text Example
White with #42060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42060A; }
p { color: rgb(66,6,10); }
H1.HeaderClassName
{
color: #42060A;
}
.AnyTagClassName
{
color: #42060A;
}
</style>
background-color css
<style>
a { background-color: #42060A; }
a { background-color: rgb(66,6,10); }
div.DivClassName
{
background-color: #42060A;
}
.BgClassName
{
background-color: #42060A;
}
</style>
border-color css
<style>
span { border-color: #42060A; }
span { border-color: rgb(66,6,10); }
td.TdClassName
{
border-color: #42060A;
}
.TagClassName
{
border-color: #42060A;
}
</style>