Shades of Rustic Red #420306
Tints of Rustic Red #420306
RGB
CMYK
RGB Variations
Color information
#420306 (or 0x420306) is known color: Rustic Red. HEX triplet: 42, 03 and 06. RGB value is (66,3,6). Sum of RGB (Red+Green+Blue) = 66+3+6=75 (9% of max value = 765). Red value is 66 (26.17% from 255 or 88% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 66 - color contains mainly: red. Hex color #420306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420306 is #BDFCF9. Grayscale: #161616. Windows color (decimal): -12451066 or 394050. OLE color: 394050.
HSL color Cylindrical-coordinate representation of color #420306: hue angle of 357.14º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420306 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 3 | 6 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.74 |
| HSL | 357.14º | 0.91% | 0.14% | - |
| HSV(B) | 357.14º | 0.95% | 0.26% | - |
| XYZ | 2.31 | 1.24 | 0.29 | - |
| YUV | 22.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 6 | 0 | 0.95 | 0.91 | 0.74 | 357.14 | 0.91 | 0.14 |
| Hex | 42 | 3 | 6 | 0 | 5F | 5B | 4A | 165 | 5B | E |
| Octal | 102 | 3 | 6 | 0 | 137 | 133 | 112 | 545 | 133 | 16 |
| Binary | 1000010 | 11 | 110 | 0 | 1011111 | 1011011 | 1001010 | 101100101 | 1011011 | 1110 |
Color Harmonies of #420306
Complementary color
Monochromatic Colors of #420306
Black with #420306
Text Example
Text Example
White with #420306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420306; }
p { color: rgb(66,3,6); }
H1.HeaderClassName
{
color: #420306;
}
.AnyTagClassName
{
color: #420306;
}
</style>
background-color css
<style>
a { background-color: #420306; }
a { background-color: rgb(66,3,6); }
div.DivClassName
{
background-color: #420306;
}
.BgClassName
{
background-color: #420306;
}
</style>
border-color css
<style>
span { border-color: #420306; }
span { border-color: rgb(66,3,6); }
td.TdClassName
{
border-color: #420306;
}
.TagClassName
{
border-color: #420306;
}
</style>