Shades of Rustic Red #090105
Tints of Rustic Red #090105
RGB
CMYK
RGB Variations
Color information
#090105 (or 0x090105) is known color: Rustic Red. HEX triplet: 09, 01 and 05. RGB value is (9,1,5). Sum of RGB (Red+Green+Blue) = 9+1+5=15 (1% of max value = 765). Red value is 9 (3.91% from 255 or 60% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 9 - color contains mainly: red. Hex color #090105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090105 is #F6FEFA. Grayscale: #030303. Windows color (decimal): -16187131 or 327945. OLE color: 327945.
HSL color Cylindrical-coordinate representation of color #090105: hue angle of 330º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090105 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 1 | 5 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.96 |
| HSL | 330º | 0.8% | 0.02% | - |
| HSV(B) | 330º | 0.89% | 0.04% | - |
| XYZ | 0.15 | 0.09 | 0.15 | - |
| YUV | 3.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 5 | 0 | 0.89 | 0.44 | 0.96 | 330 | 0.8 | 0.02 |
| Hex | 9 | 1 | 5 | 0 | 59 | 2C | 60 | 14A | 50 | 2 |
| Octal | 11 | 1 | 5 | 0 | 131 | 54 | 140 | 512 | 120 | 2 |
| Binary | 1001 | 1 | 101 | 0 | 1011001 | 101100 | 1100000 | 101001010 | 1010000 | 10 |
Color Harmonies of #090105
Complementary color
Monochromatic Colors of #090105
Black with #090105
Text Example
Text Example
White with #090105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090105; }
p { color: rgb(9,1,5); }
H1.HeaderClassName
{
color: #090105;
}
.AnyTagClassName
{
color: #090105;
}
</style>
background-color css
<style>
a { background-color: #090105; }
a { background-color: rgb(9,1,5); }
div.DivClassName
{
background-color: #090105;
}
.BgClassName
{
background-color: #090105;
}
</style>
border-color css
<style>
span { border-color: #090105; }
span { border-color: rgb(9,1,5); }
td.TdClassName
{
border-color: #090105;
}
.TagClassName
{
border-color: #090105;
}
</style>