Shades of Rustic Red #360B17
Tints of Rustic Red #360B17
RGB
CMYK
RGB Variations
Color information
#360B17 (or 0x360B17) is known color: Rustic Red. HEX triplet: 36, 0B and 17. RGB value is (54,11,23). Sum of RGB (Red+Green+Blue) = 54+11+23=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #360B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B17 is #C9F4E8. Grayscale: #191919. Windows color (decimal): -13235433 or 1510198. OLE color: 1510198.
HSL color Cylindrical-coordinate representation of color #360B17: hue angle of 343.26º 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 #360B17 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 23 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.79 |
| HSL | 343.26º | 0.66% | 0.13% | - |
| HSV(B) | 343.26º | 0.8% | 0.21% | - |
| XYZ | 1.8 | 1.09 | 0.93 | - |
| YUV | 25.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 23 | 0 | 0.80 | 0.57 | 0.79 | 343.26 | 0.66 | 0.13 |
| Hex | 36 | B | 17 | 0 | 50 | 39 | 4F | 157 | 42 | D |
| Octal | 66 | 13 | 27 | 0 | 120 | 71 | 117 | 527 | 102 | 15 |
| Binary | 110110 | 1011 | 10111 | 0 | 1010000 | 111001 | 1001111 | 101010111 | 1000010 | 1101 |
Color Harmonies of #360B17
Complementary color
Monochromatic Colors of #360B17
Black with #360B17
Text Example
Text Example
White with #360B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B17; }
p { color: rgb(54,11,23); }
H1.HeaderClassName
{
color: #360B17;
}
.AnyTagClassName
{
color: #360B17;
}
</style>
background-color css
<style>
a { background-color: #360B17; }
a { background-color: rgb(54,11,23); }
div.DivClassName
{
background-color: #360B17;
}
.BgClassName
{
background-color: #360B17;
}
</style>
border-color css
<style>
span { border-color: #360B17; }
span { border-color: rgb(54,11,23); }
td.TdClassName
{
border-color: #360B17;
}
.TagClassName
{
border-color: #360B17;
}
</style>