Shades of Rustic Red #360611
Tints of Rustic Red #360611
RGB
CMYK
RGB Variations
Color information
#360611 (or 0x360611) is known color: Rustic Red. HEX triplet: 36, 06 and 11. RGB value is (54,6,17). Sum of RGB (Red+Green+Blue) = 54+6+17=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360611 is #C9F9EE. Grayscale: #151515. Windows color (decimal): -13236719 or 1115702. OLE color: 1115702.
HSL color Cylindrical-coordinate representation of color #360611: hue angle of 346.25º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360611 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 6 | 17 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.79 |
| HSL | 346.25º | 0.8% | 0.12% | - |
| HSV(B) | 346.25º | 0.89% | 0.21% | - |
| XYZ | 1.69 | 0.95 | 0.63 | - |
| YUV | 21.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 17 | 0 | 0.89 | 0.69 | 0.79 | 346.25 | 0.8 | 0.12 |
| Hex | 36 | 6 | 11 | 0 | 59 | 45 | 4F | 15A | 50 | C |
| Octal | 66 | 6 | 21 | 0 | 131 | 105 | 117 | 532 | 120 | 14 |
| Binary | 110110 | 110 | 10001 | 0 | 1011001 | 1000101 | 1001111 | 101011010 | 1010000 | 1100 |
Color Harmonies of #360611
Complementary color
Monochromatic Colors of #360611
Black with #360611
Text Example
Text Example
White with #360611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360611; }
p { color: rgb(54,6,17); }
H1.HeaderClassName
{
color: #360611;
}
.AnyTagClassName
{
color: #360611;
}
</style>
background-color css
<style>
a { background-color: #360611; }
a { background-color: rgb(54,6,17); }
div.DivClassName
{
background-color: #360611;
}
.BgClassName
{
background-color: #360611;
}
</style>
border-color css
<style>
span { border-color: #360611; }
span { border-color: rgb(54,6,17); }
td.TdClassName
{
border-color: #360611;
}
.TagClassName
{
border-color: #360611;
}
</style>