Shades of Rustic Red #360316
Tints of Rustic Red #360316
RGB
CMYK
RGB Variations
Color information
#360316 (or 0x360316) is known color: Rustic Red. HEX triplet: 36, 03 and 16. RGB value is (54,3,22). Sum of RGB (Red+Green+Blue) = 54+3+22=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360316 is #C9FCE9. Grayscale: #141414. Windows color (decimal): -13237482 or 1442614. OLE color: 1442614.
HSL color Cylindrical-coordinate representation of color #360316: hue angle of 337.65º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360316 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 22 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.79 |
| HSL | 337.65º | 0.89% | 0.11% | - |
| HSV(B) | 337.65º | 0.94% | 0.21% | - |
| XYZ | 1.7 | 0.91 | 0.84 | - |
| YUV | 20.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 22 | 0 | 0.94 | 0.59 | 0.79 | 337.65 | 0.89 | 0.11 |
| Hex | 36 | 3 | 16 | 0 | 5E | 3B | 4F | 152 | 59 | B |
| Octal | 66 | 3 | 26 | 0 | 136 | 73 | 117 | 522 | 131 | 13 |
| Binary | 110110 | 11 | 10110 | 0 | 1011110 | 111011 | 1001111 | 101010010 | 1011001 | 1011 |
Color Harmonies of #360316
Complementary color
Monochromatic Colors of #360316
Black with #360316
Text Example
Text Example
White with #360316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360316; }
p { color: rgb(54,3,22); }
H1.HeaderClassName
{
color: #360316;
}
.AnyTagClassName
{
color: #360316;
}
</style>
background-color css
<style>
a { background-color: #360316; }
a { background-color: rgb(54,3,22); }
div.DivClassName
{
background-color: #360316;
}
.BgClassName
{
background-color: #360316;
}
</style>
border-color css
<style>
span { border-color: #360316; }
span { border-color: rgb(54,3,22); }
td.TdClassName
{
border-color: #360316;
}
.TagClassName
{
border-color: #360316;
}
</style>