Shades of Rustic Red #090405
Tints of Rustic Red #090405
RGB
CMYK
RGB Variations
Color information
#090405 (or 0x090405) is known color: Rustic Red. HEX triplet: 09, 04 and 05. RGB value is (9,4,5). Sum of RGB (Red+Green+Blue) = 9+4+5=18 (2% of max value = 765). Red value is 9 (3.91% from 255 or 50% from 18); Green value is 4 (1.95% from 255 or 22.22% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 9 - color contains mainly: red. Hex color #090405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090405 is #F6FBFA. Grayscale: #050505. Windows color (decimal): -16186363 or 328713. OLE color: 328713.
HSL color Cylindrical-coordinate representation of color #090405: hue angle of 348º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #090405 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 4 | 5 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.96 |
| HSL | 348º | 0.38% | 0.03% | - |
| HSV(B) | 348º | 0.56% | 0.04% | - |
| XYZ | 0.18 | 0.16 | 0.16 | - |
| YUV | 5.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 5 | 0 | 0.56 | 0.44 | 0.96 | 348 | 0.38 | 0.03 |
| Hex | 9 | 4 | 5 | 0 | 38 | 2C | 60 | 15C | 26 | 3 |
| Octal | 11 | 4 | 5 | 0 | 70 | 54 | 140 | 534 | 46 | 3 |
| Binary | 1001 | 100 | 101 | 0 | 111000 | 101100 | 1100000 | 101011100 | 100110 | 11 |
Color Harmonies of #090405
Complementary color
Monochromatic Colors of #090405
Black with #090405
Text Example
Text Example
White with #090405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090405; }
p { color: rgb(9,4,5); }
H1.HeaderClassName
{
color: #090405;
}
.AnyTagClassName
{
color: #090405;
}
</style>
background-color css
<style>
a { background-color: #090405; }
a { background-color: rgb(9,4,5); }
div.DivClassName
{
background-color: #090405;
}
.BgClassName
{
background-color: #090405;
}
</style>
border-color css
<style>
span { border-color: #090405; }
span { border-color: rgb(9,4,5); }
td.TdClassName
{
border-color: #090405;
}
.TagClassName
{
border-color: #090405;
}
</style>