Shades of Rustic Red #360016
Tints of Rustic Red #360016
RGB
CMYK
RGB Variations
Color information
#360016 (or 0x360016) is known color: Rustic Red. HEX triplet: 36, 00 and 16. RGB value is (54,0,22). Sum of RGB (Red+Green+Blue) = 54+0+22=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360016 is #C9FFE9. Grayscale: #121212. Windows color (decimal): -13238250 or 1441846. OLE color: 1441846.
HSL color Cylindrical-coordinate representation of color #360016: hue angle of 335.56º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360016 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.59 | 0.79 |
| HSL | 335.56º | 1% | 0.11% | - |
| HSV(B) | 335.56º | 1% | 0.21% | - |
| XYZ | 1.67 | 0.84 | 0.83 | - |
| YUV | 18.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 22 | 0 | 1 | 0.59 | 0.79 | 335.56 | 1 | 0.11 |
| Hex | 36 | 0 | 16 | 0 | 64 | 3B | 4F | 150 | 64 | B |
| Octal | 66 | 0 | 26 | 0 | 144 | 73 | 117 | 520 | 144 | 13 |
| Binary | 110110 | 0 | 10110 | 0 | 1100100 | 111011 | 1001111 | 101010000 | 1100100 | 1011 |
Color Harmonies of #360016
Complementary color
Monochromatic Colors of #360016
Black with #360016
Text Example
Text Example
White with #360016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360016; }
p { color: rgb(54,0,22); }
H1.HeaderClassName
{
color: #360016;
}
.AnyTagClassName
{
color: #360016;
}
</style>
background-color css
<style>
a { background-color: #360016; }
a { background-color: rgb(54,0,22); }
div.DivClassName
{
background-color: #360016;
}
.BgClassName
{
background-color: #360016;
}
</style>
border-color css
<style>
span { border-color: #360016; }
span { border-color: rgb(54,0,22); }
td.TdClassName
{
border-color: #360016;
}
.TagClassName
{
border-color: #360016;
}
</style>