Shades of Rustic Red #360E10
Tints of Rustic Red #360E10
RGB
CMYK
RGB Variations
Color information
#360E10 (or 0x360E10) is known color: Rustic Red. HEX triplet: 36, 0E and 10. RGB value is (54,14,16). Sum of RGB (Red+Green+Blue) = 54+14+16=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #360E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E10 is #C9F1EF. Grayscale: #1A1A1A. Windows color (decimal): -13234672 or 1052214. OLE color: 1052214.
HSL color Cylindrical-coordinate representation of color #360E10: hue angle of 357º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E10 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 16 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.79 |
| HSL | 357º | 0.59% | 0.13% | - |
| HSV(B) | 357º | 0.74% | 0.21% | - |
| XYZ | 1.77 | 1.14 | 0.62 | - |
| YUV | 26.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 16 | 0 | 0.74 | 0.70 | 0.79 | 357 | 0.59 | 0.13 |
| Hex | 36 | E | 10 | 0 | 4A | 46 | 4F | 165 | 3B | D |
| Octal | 66 | 16 | 20 | 0 | 112 | 106 | 117 | 545 | 73 | 15 |
| Binary | 110110 | 1110 | 10000 | 0 | 1001010 | 1000110 | 1001111 | 101100101 | 111011 | 1101 |
Color Harmonies of #360E10
Complementary color
Monochromatic Colors of #360E10
Black with #360E10
Text Example
Text Example
White with #360E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E10; }
p { color: rgb(54,14,16); }
H1.HeaderClassName
{
color: #360E10;
}
.AnyTagClassName
{
color: #360E10;
}
</style>
background-color css
<style>
a { background-color: #360E10; }
a { background-color: rgb(54,14,16); }
div.DivClassName
{
background-color: #360E10;
}
.BgClassName
{
background-color: #360E10;
}
</style>
border-color css
<style>
span { border-color: #360E10; }
span { border-color: rgb(54,14,16); }
td.TdClassName
{
border-color: #360E10;
}
.TagClassName
{
border-color: #360E10;
}
</style>