Shades of Rustic Red #360516
Tints of Rustic Red #360516
RGB
CMYK
RGB Variations
Color information
#360516 (or 0x360516) is known color: Rustic Red. HEX triplet: 36, 05 and 16. RGB value is (54,5,22). Sum of RGB (Red+Green+Blue) = 54+5+22=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360516 is #C9FAE9. Grayscale: #151515. Windows color (decimal): -13236970 or 1443126. OLE color: 1443126.
HSL color Cylindrical-coordinate representation of color #360516: hue angle of 339.18º 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 #360516 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 22 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.79 |
| HSL | 339.18º | 0.83% | 0.12% | - |
| HSV(B) | 339.18º | 0.91% | 0.21% | - |
| XYZ | 1.72 | 0.95 | 0.85 | - |
| YUV | 21.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 22 | 0 | 0.91 | 0.59 | 0.79 | 339.18 | 0.83 | 0.12 |
| Hex | 36 | 5 | 16 | 0 | 5B | 3B | 4F | 153 | 53 | C |
| Octal | 66 | 5 | 26 | 0 | 133 | 73 | 117 | 523 | 123 | 14 |
| Binary | 110110 | 101 | 10110 | 0 | 1011011 | 111011 | 1001111 | 101010011 | 1010011 | 1100 |
Color Harmonies of #360516
Complementary color
Monochromatic Colors of #360516
Black with #360516
Text Example
Text Example
White with #360516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360516; }
p { color: rgb(54,5,22); }
H1.HeaderClassName
{
color: #360516;
}
.AnyTagClassName
{
color: #360516;
}
</style>
background-color css
<style>
a { background-color: #360516; }
a { background-color: rgb(54,5,22); }
div.DivClassName
{
background-color: #360516;
}
.BgClassName
{
background-color: #360516;
}
</style>
border-color css
<style>
span { border-color: #360516; }
span { border-color: rgb(54,5,22); }
td.TdClassName
{
border-color: #360516;
}
.TagClassName
{
border-color: #360516;
}
</style>