Shades of Rustic Red #360811
Tints of Rustic Red #360811
RGB
CMYK
RGB Variations
Color information
#360811 (or 0x360811) is known color: Rustic Red. HEX triplet: 36, 08 and 11. RGB value is (54,8,17). Sum of RGB (Red+Green+Blue) = 54+8+17=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360811 is #C9F7EE. Grayscale: #161616. Windows color (decimal): -13236207 or 1116214. OLE color: 1116214.
HSL color Cylindrical-coordinate representation of color #360811: hue angle of 348.26º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360811 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 17 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.79 |
| HSL | 348.26º | 0.74% | 0.12% | - |
| HSV(B) | 348.26º | 0.85% | 0.21% | - |
| XYZ | 1.71 | 1 | 0.63 | - |
| YUV | 22.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 17 | 0 | 0.85 | 0.69 | 0.79 | 348.26 | 0.74 | 0.12 |
| Hex | 36 | 8 | 11 | 0 | 55 | 45 | 4F | 15C | 4A | C |
| Octal | 66 | 10 | 21 | 0 | 125 | 105 | 117 | 534 | 112 | 14 |
| Binary | 110110 | 1000 | 10001 | 0 | 1010101 | 1000101 | 1001111 | 101011100 | 1001010 | 1100 |
Color Harmonies of #360811
Complementary color
Monochromatic Colors of #360811
Black with #360811
Text Example
Text Example
White with #360811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360811; }
p { color: rgb(54,8,17); }
H1.HeaderClassName
{
color: #360811;
}
.AnyTagClassName
{
color: #360811;
}
</style>
background-color css
<style>
a { background-color: #360811; }
a { background-color: rgb(54,8,17); }
div.DivClassName
{
background-color: #360811;
}
.BgClassName
{
background-color: #360811;
}
</style>
border-color css
<style>
span { border-color: #360811; }
span { border-color: rgb(54,8,17); }
td.TdClassName
{
border-color: #360811;
}
.TagClassName
{
border-color: #360811;
}
</style>