Shades of Rustic Red #36050C
Tints of Rustic Red #36050C
RGB
CMYK
RGB Variations
Color information
#36050C (or 0x36050C) is known color: Rustic Red. HEX triplet: 36, 05 and 0C. RGB value is (54,5,12). Sum of RGB (Red+Green+Blue) = 54+5+12=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #36050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36050C is #C9FAF3. Grayscale: #141414. Windows color (decimal): -13236980 or 787766. OLE color: 787766.
HSL color Cylindrical-coordinate representation of color #36050C: hue angle of 351.43º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36050C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 12 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.79 |
| HSL | 351.43º | 0.83% | 0.12% | - |
| HSV(B) | 351.43º | 0.91% | 0.21% | - |
| XYZ | 1.64 | 0.92 | 0.44 | - |
| YUV | 20.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 12 | 0 | 0.91 | 0.78 | 0.79 | 351.43 | 0.83 | 0.12 |
| Hex | 36 | 5 | C | 0 | 5B | 4E | 4F | 15F | 53 | C |
| Octal | 66 | 5 | 14 | 0 | 133 | 116 | 117 | 537 | 123 | 14 |
| Binary | 110110 | 101 | 1100 | 0 | 1011011 | 1001110 | 1001111 | 101011111 | 1010011 | 1100 |
Color Harmonies of #36050C
Complementary color
Monochromatic Colors of #36050C
Black with #36050C
Text Example
Text Example
White with #36050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36050C; }
p { color: rgb(54,5,12); }
H1.HeaderClassName
{
color: #36050C;
}
.AnyTagClassName
{
color: #36050C;
}
</style>
background-color css
<style>
a { background-color: #36050C; }
a { background-color: rgb(54,5,12); }
div.DivClassName
{
background-color: #36050C;
}
.BgClassName
{
background-color: #36050C;
}
</style>
border-color css
<style>
span { border-color: #36050C; }
span { border-color: rgb(54,5,12); }
td.TdClassName
{
border-color: #36050C;
}
.TagClassName
{
border-color: #36050C;
}
</style>