Shades of Rustic Red #360B0C
Tints of Rustic Red #360B0C
RGB
CMYK
RGB Variations
Color information
#360B0C (or 0x360B0C) is known color: Rustic Red. HEX triplet: 36, 0B and 0C. RGB value is (54,11,12). Sum of RGB (Red+Green+Blue) = 54+11+12=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B0C is #C9F4F3. Grayscale: #181818. Windows color (decimal): -13235444 or 789302. OLE color: 789302.
HSL color Cylindrical-coordinate representation of color #360B0C: hue angle of 358.6º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B0C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 12 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.79 |
| HSL | 358.6º | 0.66% | 0.13% | - |
| HSV(B) | 358.6º | 0.8% | 0.21% | - |
| XYZ | 1.71 | 1.05 | 0.46 | - |
| YUV | 23.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 12 | 0 | 0.80 | 0.78 | 0.79 | 358.6 | 0.66 | 0.13 |
| Hex | 36 | B | C | 0 | 50 | 4E | 4F | 167 | 42 | D |
| Octal | 66 | 13 | 14 | 0 | 120 | 116 | 117 | 547 | 102 | 15 |
| Binary | 110110 | 1011 | 1100 | 0 | 1010000 | 1001110 | 1001111 | 101100111 | 1000010 | 1101 |
Color Harmonies of #360B0C
Complementary color
Monochromatic Colors of #360B0C
Black with #360B0C
Text Example
Text Example
White with #360B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B0C; }
p { color: rgb(54,11,12); }
H1.HeaderClassName
{
color: #360B0C;
}
.AnyTagClassName
{
color: #360B0C;
}
</style>
background-color css
<style>
a { background-color: #360B0C; }
a { background-color: rgb(54,11,12); }
div.DivClassName
{
background-color: #360B0C;
}
.BgClassName
{
background-color: #360B0C;
}
</style>
border-color css
<style>
span { border-color: #360B0C; }
span { border-color: rgb(54,11,12); }
td.TdClassName
{
border-color: #360B0C;
}
.TagClassName
{
border-color: #360B0C;
}
</style>