Shades of Rustic Red #36020F
Tints of Rustic Red #36020F
RGB
CMYK
RGB Variations
Color information
#36020F (or 0x36020F) is known color: Rustic Red. HEX triplet: 36, 02 and 0F. RGB value is (54,2,15). Sum of RGB (Red+Green+Blue) = 54+2+15=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #36020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36020F is #C9FDF0. Grayscale: #131313. Windows color (decimal): -13237745 or 983606. OLE color: 983606.
HSL color Cylindrical-coordinate representation of color #36020F: hue angle of 345º 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 #36020F is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 15 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.79 |
| HSL | 345º | 0.93% | 0.11% | - |
| HSV(B) | 345º | 0.96% | 0.21% | - |
| XYZ | 1.63 | 0.86 | 0.53 | - |
| YUV | 19.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 15 | 0 | 0.96 | 0.72 | 0.79 | 345 | 0.93 | 0.11 |
| Hex | 36 | 2 | F | 0 | 60 | 48 | 4F | 159 | 5D | B |
| Octal | 66 | 2 | 17 | 0 | 140 | 110 | 117 | 531 | 135 | 13 |
| Binary | 110110 | 10 | 1111 | 0 | 1100000 | 1001000 | 1001111 | 101011001 | 1011101 | 1011 |
Color Harmonies of #36020F
Complementary color
Monochromatic Colors of #36020F
Black with #36020F
Text Example
Text Example
White with #36020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36020F; }
p { color: rgb(54,2,15); }
H1.HeaderClassName
{
color: #36020F;
}
.AnyTagClassName
{
color: #36020F;
}
</style>
background-color css
<style>
a { background-color: #36020F; }
a { background-color: rgb(54,2,15); }
div.DivClassName
{
background-color: #36020F;
}
.BgClassName
{
background-color: #36020F;
}
</style>
border-color css
<style>
span { border-color: #36020F; }
span { border-color: rgb(54,2,15); }
td.TdClassName
{
border-color: #36020F;
}
.TagClassName
{
border-color: #36020F;
}
</style>