Shades of Rustic Red #360011
Tints of Rustic Red #360011
RGB
CMYK
RGB Variations
Color information
#360011 (or 0x360011) is known color: Rustic Red. HEX triplet: 36, 00 and 11. RGB value is (54,0,17). Sum of RGB (Red+Green+Blue) = 54+0+17=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #360011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360011 is #C9FFEE. Grayscale: #121212. Windows color (decimal): -13238255 or 1114166. OLE color: 1114166.
HSL color Cylindrical-coordinate representation of color #360011: hue angle of 341.11º 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 #360011 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.69 | 0.79 |
| HSL | 341.11º | 1% | 0.11% | - |
| HSV(B) | 341.11º | 1% | 0.21% | - |
| XYZ | 1.62 | 0.82 | 0.6 | - |
| YUV | 18.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 17 | 0 | 1 | 0.69 | 0.79 | 341.11 | 1 | 0.11 |
| Hex | 36 | 0 | 11 | 0 | 64 | 45 | 4F | 155 | 64 | B |
| Octal | 66 | 0 | 21 | 0 | 144 | 105 | 117 | 525 | 144 | 13 |
| Binary | 110110 | 0 | 10001 | 0 | 1100100 | 1000101 | 1001111 | 101010101 | 1100100 | 1011 |
Color Harmonies of #360011
Complementary color
Monochromatic Colors of #360011
Black with #360011
Text Example
Text Example
White with #360011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360011; }
p { color: rgb(54,0,17); }
H1.HeaderClassName
{
color: #360011;
}
.AnyTagClassName
{
color: #360011;
}
</style>
background-color css
<style>
a { background-color: #360011; }
a { background-color: rgb(54,0,17); }
div.DivClassName
{
background-color: #360011;
}
.BgClassName
{
background-color: #360011;
}
</style>
border-color css
<style>
span { border-color: #360011; }
span { border-color: rgb(54,0,17); }
td.TdClassName
{
border-color: #360011;
}
.TagClassName
{
border-color: #360011;
}
</style>