Shades of Rustic Red #420711
Tints of Rustic Red #420711
RGB
CMYK
RGB Variations
Color information
#420711 (or 0x420711) is known color: Rustic Red. HEX triplet: 42, 07 and 11. RGB value is (66,7,17). Sum of RGB (Red+Green+Blue) = 66+7+17=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #420711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420711 is #BDF8EE. Grayscale: #191919. Windows color (decimal): -12450031 or 1115970. OLE color: 1115970.
HSL color Cylindrical-coordinate representation of color #420711: hue angle of 349.83º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420711 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 17 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.74 |
| HSL | 349.83º | 0.81% | 0.14% | - |
| HSV(B) | 349.83º | 0.89% | 0.26% | - |
| XYZ | 2.42 | 1.35 | 0.66 | - |
| YUV | 25.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 17 | 0 | 0.89 | 0.74 | 0.74 | 349.83 | 0.81 | 0.14 |
| Hex | 42 | 7 | 11 | 0 | 59 | 4A | 4A | 15E | 51 | E |
| Octal | 102 | 7 | 21 | 0 | 131 | 112 | 112 | 536 | 121 | 16 |
| Binary | 1000010 | 111 | 10001 | 0 | 1011001 | 1001010 | 1001010 | 101011110 | 1010001 | 1110 |
Color Harmonies of #420711
Complementary color
Monochromatic Colors of #420711
Black with #420711
Text Example
Text Example
White with #420711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420711; }
p { color: rgb(66,7,17); }
H1.HeaderClassName
{
color: #420711;
}
.AnyTagClassName
{
color: #420711;
}
</style>
background-color css
<style>
a { background-color: #420711; }
a { background-color: rgb(66,7,17); }
div.DivClassName
{
background-color: #420711;
}
.BgClassName
{
background-color: #420711;
}
</style>
border-color css
<style>
span { border-color: #420711; }
span { border-color: rgb(66,7,17); }
td.TdClassName
{
border-color: #420711;
}
.TagClassName
{
border-color: #420711;
}
</style>