Shades of Rustic Red #090506
Tints of Rustic Red #090506
RGB
CMYK
RGB Variations
Color information
#090506 (or 0x090506) is known color: Rustic Red. HEX triplet: 09, 05 and 06. RGB value is (9,5,6). Sum of RGB (Red+Green+Blue) = 9+5+6=20 (2% of max value = 765). Red value is 9 (3.91% from 255 or 45% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 6 (2.73% from 255 or 30% from 20); Max value from RGB is 9 - color contains mainly: red. Hex color #090506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090506 is #F6FAF9. Grayscale: #060606. Windows color (decimal): -16186106 or 394505. OLE color: 394505.
HSL color Cylindrical-coordinate representation of color #090506: hue angle of 345º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #090506 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 5 | 6 | - |
CMYK | 0 | 0.44 | 0.33 | 0.96 |
HSL | 345º | 0.29% | 0.03% | - |
HSV(B) | 345º | 0.44% | 0.04% | - |
XYZ | 0.2 | 0.18 | 0.2 | - |
YUV | 6.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 5 | 6 | 0 | 0.44 | 0.33 | 0.96 | 345 | 0.29 | 0.03 |
Hex | 9 | 5 | 6 | 0 | 2C | 21 | 60 | 159 | 1D | 3 |
Octal | 11 | 5 | 6 | 0 | 54 | 41 | 140 | 531 | 35 | 3 |
Binary | 1001 | 101 | 110 | 0 | 101100 | 100001 | 1100000 | 101011001 | 11101 | 11 |
Color Harmonies of #090506
Complementary color
Monochromatic Colors of #090506
Black with #090506
Text Example
Text Example
White with #090506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090506; }
p { color: rgb(9,5,6); }
H1.HeaderClassName
{
color: #090506;
}
.AnyTagClassName
{
color: #090506;
}
</style>
background-color css
<style>
a { background-color: #090506; }
a { background-color: rgb(9,5,6); }
div.DivClassName
{
background-color: #090506;
}
.BgClassName
{
background-color: #090506;
}
</style>
border-color css
<style>
span { border-color: #090506; }
span { border-color: rgb(9,5,6); }
td.TdClassName
{
border-color: #090506;
}
.TagClassName
{
border-color: #090506;
}
</style>