Shades of Rustic Red #36020E
Tints of Rustic Red #36020E
RGB
CMYK
RGB Variations
Color information
#36020E (or 0x36020E) is known color: Rustic Red. HEX triplet: 36, 02 and 0E. RGB value is (54,2,14). Sum of RGB (Red+Green+Blue) = 54+2+14=70 (9% of max value = 765). Red value is 54 (21.48% from 255 or 77.14% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 54 - color contains mainly: red. Hex color #36020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36020E is #C9FDF1. Grayscale: #121212. Windows color (decimal): -13237746 or 918070. OLE color: 918070.
HSL color Cylindrical-coordinate representation of color #36020E: hue angle of 346.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36020E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 14 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.79 |
| HSL | 346.15º | 0.93% | 0.11% | - |
| HSV(B) | 346.15º | 0.96% | 0.21% | - |
| XYZ | 1.62 | 0.86 | 0.5 | - |
| YUV | 18.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 14 | 0 | 0.96 | 0.74 | 0.79 | 346.15 | 0.93 | 0.11 |
| Hex | 36 | 2 | E | 0 | 60 | 4A | 4F | 15A | 5D | B |
| Octal | 66 | 2 | 16 | 0 | 140 | 112 | 117 | 532 | 135 | 13 |
| Binary | 110110 | 10 | 1110 | 0 | 1100000 | 1001010 | 1001111 | 101011010 | 1011101 | 1011 |
Color Harmonies of #36020E
Complementary color
Monochromatic Colors of #36020E
Black with #36020E
Text Example
Text Example
White with #36020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36020E; }
p { color: rgb(54,2,14); }
H1.HeaderClassName
{
color: #36020E;
}
.AnyTagClassName
{
color: #36020E;
}
</style>
background-color css
<style>
a { background-color: #36020E; }
a { background-color: rgb(54,2,14); }
div.DivClassName
{
background-color: #36020E;
}
.BgClassName
{
background-color: #36020E;
}
</style>
border-color css
<style>
span { border-color: #36020E; }
span { border-color: rgb(54,2,14); }
td.TdClassName
{
border-color: #36020E;
}
.TagClassName
{
border-color: #36020E;
}
</style>