Shades of Rustic Red #360E17
Tints of Rustic Red #360E17
RGB
CMYK
RGB Variations
Color information
#360E17 (or 0x360E17) is known color: Rustic Red. HEX triplet: 36, 0E and 17. RGB value is (54,14,23). Sum of RGB (Red+Green+Blue) = 54+14+23=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #360E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E17 is #C9F1E8. Grayscale: #1A1A1A. Windows color (decimal): -13234665 or 1510966. OLE color: 1510966.
HSL color Cylindrical-coordinate representation of color #360E17: hue angle of 346.5º 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 #360E17 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 23 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.79 |
| HSL | 346.5º | 0.59% | 0.13% | - |
| HSV(B) | 346.5º | 0.74% | 0.21% | - |
| XYZ | 1.83 | 1.16 | 0.94 | - |
| YUV | 26.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 23 | 0 | 0.74 | 0.57 | 0.79 | 346.5 | 0.59 | 0.13 |
| Hex | 36 | E | 17 | 0 | 4A | 39 | 4F | 15A | 3B | D |
| Octal | 66 | 16 | 27 | 0 | 112 | 71 | 117 | 532 | 73 | 15 |
| Binary | 110110 | 1110 | 10111 | 0 | 1001010 | 111001 | 1001111 | 101011010 | 111011 | 1101 |
Color Harmonies of #360E17
Complementary color
Monochromatic Colors of #360E17
Black with #360E17
Text Example
Text Example
White with #360E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E17; }
p { color: rgb(54,14,23); }
H1.HeaderClassName
{
color: #360E17;
}
.AnyTagClassName
{
color: #360E17;
}
</style>
background-color css
<style>
a { background-color: #360E17; }
a { background-color: rgb(54,14,23); }
div.DivClassName
{
background-color: #360E17;
}
.BgClassName
{
background-color: #360E17;
}
</style>
border-color css
<style>
span { border-color: #360E17; }
span { border-color: rgb(54,14,23); }
td.TdClassName
{
border-color: #360E17;
}
.TagClassName
{
border-color: #360E17;
}
</style>