Shades of Rustic Red #420509
Tints of Rustic Red #420509
RGB
CMYK
RGB Variations
Color information
#420509 (or 0x420509) is known color: Rustic Red. HEX triplet: 42, 05 and 09. RGB value is (66,5,9). Sum of RGB (Red+Green+Blue) = 66+5+9=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #420509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420509 is #BDFAF6. Grayscale: #171717. Windows color (decimal): -12450551 or 591170. OLE color: 591170.
HSL color Cylindrical-coordinate representation of color #420509: hue angle of 356.07º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420509 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 9 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.74 |
| HSL | 356.07º | 0.86% | 0.14% | - |
| HSV(B) | 356.07º | 0.92% | 0.26% | - |
| XYZ | 2.35 | 1.29 | 0.38 | - |
| YUV | 23.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 9 | 0 | 0.92 | 0.86 | 0.74 | 356.07 | 0.86 | 0.14 |
| Hex | 42 | 5 | 9 | 0 | 5C | 56 | 4A | 164 | 56 | E |
| Octal | 102 | 5 | 11 | 0 | 134 | 126 | 112 | 544 | 126 | 16 |
| Binary | 1000010 | 101 | 1001 | 0 | 1011100 | 1010110 | 1001010 | 101100100 | 1010110 | 1110 |
Color Harmonies of #420509
Complementary color
Monochromatic Colors of #420509
Black with #420509
Text Example
Text Example
White with #420509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420509; }
p { color: rgb(66,5,9); }
H1.HeaderClassName
{
color: #420509;
}
.AnyTagClassName
{
color: #420509;
}
</style>
background-color css
<style>
a { background-color: #420509; }
a { background-color: rgb(66,5,9); }
div.DivClassName
{
background-color: #420509;
}
.BgClassName
{
background-color: #420509;
}
</style>
border-color css
<style>
span { border-color: #420509; }
span { border-color: rgb(66,5,9); }
td.TdClassName
{
border-color: #420509;
}
.TagClassName
{
border-color: #420509;
}
</style>