Shades of Rustic Red #36090C
Tints of Rustic Red #36090C
RGB
CMYK
RGB Variations
Color information
#36090C (or 0x36090C) is known color: Rustic Red. HEX triplet: 36, 09 and 0C. RGB value is (54,9,12). Sum of RGB (Red+Green+Blue) = 54+9+12=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #36090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36090C is #C9F6F3. Grayscale: #161616. Windows color (decimal): -13235956 or 788790. OLE color: 788790.
HSL color Cylindrical-coordinate representation of color #36090C: hue angle of 356º 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 #36090C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 12 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.79 |
| HSL | 356º | 0.71% | 0.12% | - |
| HSV(B) | 356º | 0.83% | 0.21% | - |
| XYZ | 1.69 | 1.01 | 0.45 | - |
| YUV | 22.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 12 | 0 | 0.83 | 0.78 | 0.79 | 356 | 0.71 | 0.12 |
| Hex | 36 | 9 | C | 0 | 53 | 4E | 4F | 164 | 47 | C |
| Octal | 66 | 11 | 14 | 0 | 123 | 116 | 117 | 544 | 107 | 14 |
| Binary | 110110 | 1001 | 1100 | 0 | 1010011 | 1001110 | 1001111 | 101100100 | 1000111 | 1100 |
Color Harmonies of #36090C
Complementary color
Monochromatic Colors of #36090C
Black with #36090C
Text Example
Text Example
White with #36090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36090C; }
p { color: rgb(54,9,12); }
H1.HeaderClassName
{
color: #36090C;
}
.AnyTagClassName
{
color: #36090C;
}
</style>
background-color css
<style>
a { background-color: #36090C; }
a { background-color: rgb(54,9,12); }
div.DivClassName
{
background-color: #36090C;
}
.BgClassName
{
background-color: #36090C;
}
</style>
border-color css
<style>
span { border-color: #36090C; }
span { border-color: rgb(54,9,12); }
td.TdClassName
{
border-color: #36090C;
}
.TagClassName
{
border-color: #36090C;
}
</style>