Shades of Rustic Red #36090F
Tints of Rustic Red #36090F
RGB
CMYK
RGB Variations
Color information
#36090F (or 0x36090F) is known color: Rustic Red. HEX triplet: 36, 09 and 0F. RGB value is (54,9,15). Sum of RGB (Red+Green+Blue) = 54+9+15=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #36090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36090F is #C9F6F0. Grayscale: #171717. Windows color (decimal): -13235953 or 985398. OLE color: 985398.
HSL color Cylindrical-coordinate representation of color #36090F: hue angle of 352º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36090F is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 15 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.79 |
| HSL | 352º | 0.71% | 0.12% | - |
| HSV(B) | 352º | 0.83% | 0.21% | - |
| XYZ | 1.71 | 1.01 | 0.56 | - |
| YUV | 23.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 15 | 0 | 0.83 | 0.72 | 0.79 | 352 | 0.71 | 0.12 |
| Hex | 36 | 9 | F | 0 | 53 | 48 | 4F | 160 | 47 | C |
| Octal | 66 | 11 | 17 | 0 | 123 | 110 | 117 | 540 | 107 | 14 |
| Binary | 110110 | 1001 | 1111 | 0 | 1010011 | 1001000 | 1001111 | 101100000 | 1000111 | 1100 |
Color Harmonies of #36090F
Complementary color
Monochromatic Colors of #36090F
Black with #36090F
Text Example
Text Example
White with #36090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36090F; }
p { color: rgb(54,9,15); }
H1.HeaderClassName
{
color: #36090F;
}
.AnyTagClassName
{
color: #36090F;
}
</style>
background-color css
<style>
a { background-color: #36090F; }
a { background-color: rgb(54,9,15); }
div.DivClassName
{
background-color: #36090F;
}
.BgClassName
{
background-color: #36090F;
}
</style>
border-color css
<style>
span { border-color: #36090F; }
span { border-color: rgb(54,9,15); }
td.TdClassName
{
border-color: #36090F;
}
.TagClassName
{
border-color: #36090F;
}
</style>