Shades of Rustic Red #360517
Tints of Rustic Red #360517
RGB
CMYK
RGB Variations
Color information
#360517 (or 0x360517) is known color: Rustic Red. HEX triplet: 36, 05 and 17. RGB value is (54,5,23). Sum of RGB (Red+Green+Blue) = 54+5+23=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #360517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360517 is #C9FAE8. Grayscale: #151515. Windows color (decimal): -13236969 or 1508662. OLE color: 1508662.
HSL color Cylindrical-coordinate representation of color #360517: hue angle of 337.96º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360517 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 23 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.79 |
| HSL | 337.96º | 0.83% | 0.12% | - |
| HSV(B) | 337.96º | 0.91% | 0.21% | - |
| XYZ | 1.73 | 0.95 | 0.9 | - |
| YUV | 21.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 23 | 0 | 0.91 | 0.57 | 0.79 | 337.96 | 0.83 | 0.12 |
| Hex | 36 | 5 | 17 | 0 | 5B | 39 | 4F | 152 | 53 | C |
| Octal | 66 | 5 | 27 | 0 | 133 | 71 | 117 | 522 | 123 | 14 |
| Binary | 110110 | 101 | 10111 | 0 | 1011011 | 111001 | 1001111 | 101010010 | 1010011 | 1100 |
Color Harmonies of #360517
Complementary color
Monochromatic Colors of #360517
Black with #360517
Text Example
Text Example
White with #360517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360517; }
p { color: rgb(54,5,23); }
H1.HeaderClassName
{
color: #360517;
}
.AnyTagClassName
{
color: #360517;
}
</style>
background-color css
<style>
a { background-color: #360517; }
a { background-color: rgb(54,5,23); }
div.DivClassName
{
background-color: #360517;
}
.BgClassName
{
background-color: #360517;
}
</style>
border-color css
<style>
span { border-color: #360517; }
span { border-color: rgb(54,5,23); }
td.TdClassName
{
border-color: #360517;
}
.TagClassName
{
border-color: #360517;
}
</style>