Shades of Rustic Red #360B10
Tints of Rustic Red #360B10
RGB
CMYK
RGB Variations
Color information
#360B10 (or 0x360B10) is known color: Rustic Red. HEX triplet: 36, 0B and 10. RGB value is (54,11,16). Sum of RGB (Red+Green+Blue) = 54+11+16=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B10 is #C9F4EF. Grayscale: #181818. Windows color (decimal): -13235440 or 1051446. OLE color: 1051446.
HSL color Cylindrical-coordinate representation of color #360B10: hue angle of 353.02º 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 #360B10 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 16 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.79 |
| HSL | 353.02º | 0.66% | 0.13% | - |
| HSV(B) | 353.02º | 0.8% | 0.21% | - |
| XYZ | 1.73 | 1.06 | 0.6 | - |
| YUV | 24.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 16 | 0 | 0.80 | 0.70 | 0.79 | 353.02 | 0.66 | 0.13 |
| Hex | 36 | B | 10 | 0 | 50 | 46 | 4F | 161 | 42 | D |
| Octal | 66 | 13 | 20 | 0 | 120 | 106 | 117 | 541 | 102 | 15 |
| Binary | 110110 | 1011 | 10000 | 0 | 1010000 | 1000110 | 1001111 | 101100001 | 1000010 | 1101 |
Color Harmonies of #360B10
Complementary color
Monochromatic Colors of #360B10
Black with #360B10
Text Example
Text Example
White with #360B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B10; }
p { color: rgb(54,11,16); }
H1.HeaderClassName
{
color: #360B10;
}
.AnyTagClassName
{
color: #360B10;
}
</style>
background-color css
<style>
a { background-color: #360B10; }
a { background-color: rgb(54,11,16); }
div.DivClassName
{
background-color: #360B10;
}
.BgClassName
{
background-color: #360B10;
}
</style>
border-color css
<style>
span { border-color: #360B10; }
span { border-color: rgb(54,11,16); }
td.TdClassName
{
border-color: #360B10;
}
.TagClassName
{
border-color: #360B10;
}
</style>