Shades of Rustic Red #090005
Tints of Rustic Red #090005
RGB
CMYK
RGB Variations
Color information
#090005 (or 0x090005) is known color: Rustic Red. HEX triplet: 09, 00 and 05. RGB value is (9,0,5). Sum of RGB (Red+Green+Blue) = 9+0+5=14 (1% of max value = 765). Red value is 9 (3.91% from 255 or 64.29% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 5 (2.34% from 255 or 35.71% from 14); Max value from RGB is 9 - color contains mainly: red. Hex color #090005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090005 is #F6FFFA. Grayscale: #030303. Windows color (decimal): -16187387 or 327689. OLE color: 327689.
HSL color Cylindrical-coordinate representation of color #090005: hue angle of 326.67º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090005 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.44 | 0.96 |
| HSL | 326.67º | 1% | 0.02% | - |
| HSV(B) | 326.67º | 1% | 0.04% | - |
| XYZ | 0.14 | 0.07 | 0.15 | - |
| YUV | 3.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 5 | 0 | 1 | 0.44 | 0.96 | 326.67 | 1 | 0.02 |
| Hex | 9 | 0 | 5 | 0 | 64 | 2C | 60 | 147 | 64 | 2 |
| Octal | 11 | 0 | 5 | 0 | 144 | 54 | 140 | 507 | 144 | 2 |
| Binary | 1001 | 0 | 101 | 0 | 1100100 | 101100 | 1100000 | 101000111 | 1100100 | 10 |
Color Harmonies of #090005
Complementary color
Monochromatic Colors of #090005
Black with #090005
Text Example
Text Example
White with #090005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090005; }
p { color: rgb(9,0,5); }
H1.HeaderClassName
{
color: #090005;
}
.AnyTagClassName
{
color: #090005;
}
</style>
background-color css
<style>
a { background-color: #090005; }
a { background-color: rgb(9,0,5); }
div.DivClassName
{
background-color: #090005;
}
.BgClassName
{
background-color: #090005;
}
</style>
border-color css
<style>
span { border-color: #090005; }
span { border-color: rgb(9,0,5); }
td.TdClassName
{
border-color: #090005;
}
.TagClassName
{
border-color: #090005;
}
</style>