Shades of Rustic Red #090204
Tints of Rustic Red #090204
RGB
CMYK
RGB Variations
Color information
#090204 (or 0x090204) is known color: Rustic Red. HEX triplet: 09, 02 and 04. RGB value is (9,2,4). Sum of RGB (Red+Green+Blue) = 9+2+4=15 (1% of max value = 765). Red value is 9 (3.91% from 255 or 60% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 9 - color contains mainly: red. Hex color #090204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090204 is #F6FDFB. Grayscale: #040404. Windows color (decimal): -16186876 or 262665. OLE color: 262665.
HSL color Cylindrical-coordinate representation of color #090204: hue angle of 342.86º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #090204 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 2 | 4 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.96 |
| HSL | 342.86º | 0.64% | 0.02% | - |
| HSV(B) | 342.86º | 0.78% | 0.04% | - |
| XYZ | 0.16 | 0.11 | 0.13 | - |
| YUV | 4.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 4 | 0 | 0.78 | 0.56 | 0.96 | 342.86 | 0.64 | 0.02 |
| Hex | 9 | 2 | 4 | 0 | 4E | 38 | 60 | 157 | 40 | 2 |
| Octal | 11 | 2 | 4 | 0 | 116 | 70 | 140 | 527 | 100 | 2 |
| Binary | 1001 | 10 | 100 | 0 | 1001110 | 111000 | 1100000 | 101010111 | 1000000 | 10 |
Color Harmonies of #090204
Complementary color
Monochromatic Colors of #090204
Black with #090204
Text Example
Text Example
White with #090204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090204; }
p { color: rgb(9,2,4); }
H1.HeaderClassName
{
color: #090204;
}
.AnyTagClassName
{
color: #090204;
}
</style>
background-color css
<style>
a { background-color: #090204; }
a { background-color: rgb(9,2,4); }
div.DivClassName
{
background-color: #090204;
}
.BgClassName
{
background-color: #090204;
}
</style>
border-color css
<style>
span { border-color: #090204; }
span { border-color: rgb(9,2,4); }
td.TdClassName
{
border-color: #090204;
}
.TagClassName
{
border-color: #090204;
}
</style>