Shades of Rustic Red #090102
Tints of Rustic Red #090102
RGB
CMYK
RGB Variations
Color information
#090102 (or 0x090102) is known color: Rustic Red. HEX triplet: 09, 01 and 02. RGB value is (9,1,2). Sum of RGB (Red+Green+Blue) = 9+1+2=12 (1% of max value = 765). Red value is 9 (3.91% from 255 or 75% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 9 - color contains mainly: red. Hex color #090102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090102 is #F6FEFD. Grayscale: #030303. Windows color (decimal): -16187134 or 131337. OLE color: 131337.
HSL color Cylindrical-coordinate representation of color #090102: hue angle of 352.5º 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 #090102 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 1 | 2 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.96 |
| HSL | 352.5º | 0.8% | 0.02% | - |
| HSV(B) | 352.5º | 0.89% | 0.04% | - |
| XYZ | 0.13 | 0.08 | 0.07 | - |
| YUV | 3.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 2 | 0 | 0.89 | 0.78 | 0.96 | 352.5 | 0.8 | 0.02 |
| Hex | 9 | 1 | 2 | 0 | 59 | 4E | 60 | 160 | 50 | 2 |
| Octal | 11 | 1 | 2 | 0 | 131 | 116 | 140 | 540 | 120 | 2 |
| Binary | 1001 | 1 | 10 | 0 | 1011001 | 1001110 | 1100000 | 101100000 | 1010000 | 10 |
Color Harmonies of #090102
Complementary color
Monochromatic Colors of #090102
Black with #090102
Text Example
Text Example
White with #090102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090102; }
p { color: rgb(9,1,2); }
H1.HeaderClassName
{
color: #090102;
}
.AnyTagClassName
{
color: #090102;
}
</style>
background-color css
<style>
a { background-color: #090102; }
a { background-color: rgb(9,1,2); }
div.DivClassName
{
background-color: #090102;
}
.BgClassName
{
background-color: #090102;
}
</style>
border-color css
<style>
span { border-color: #090102; }
span { border-color: rgb(9,1,2); }
td.TdClassName
{
border-color: #090102;
}
.TagClassName
{
border-color: #090102;
}
</style>