Shades of Rustic Red #360511
Tints of Rustic Red #360511
RGB
CMYK
RGB Variations
Color information
#360511 (or 0x360511) is known color: Rustic Red. HEX triplet: 36, 05 and 11. RGB value is (54,5,17). Sum of RGB (Red+Green+Blue) = 54+5+17=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360511 is #C9FAEE. Grayscale: #151515. Windows color (decimal): -13236975 or 1115446. OLE color: 1115446.
HSL color Cylindrical-coordinate representation of color #360511: hue angle of 345.31º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360511 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 17 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.79 |
| HSL | 345.31º | 0.83% | 0.12% | - |
| HSV(B) | 345.31º | 0.91% | 0.21% | - |
| XYZ | 1.68 | 0.93 | 0.62 | - |
| YUV | 21.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 17 | 0 | 0.91 | 0.69 | 0.79 | 345.31 | 0.83 | 0.12 |
| Hex | 36 | 5 | 11 | 0 | 5B | 45 | 4F | 159 | 53 | C |
| Octal | 66 | 5 | 21 | 0 | 133 | 105 | 117 | 531 | 123 | 14 |
| Binary | 110110 | 101 | 10001 | 0 | 1011011 | 1000101 | 1001111 | 101011001 | 1010011 | 1100 |
Color Harmonies of #360511
Complementary color
Monochromatic Colors of #360511
Black with #360511
Text Example
Text Example
White with #360511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360511; }
p { color: rgb(54,5,17); }
H1.HeaderClassName
{
color: #360511;
}
.AnyTagClassName
{
color: #360511;
}
</style>
background-color css
<style>
a { background-color: #360511; }
a { background-color: rgb(54,5,17); }
div.DivClassName
{
background-color: #360511;
}
.BgClassName
{
background-color: #360511;
}
</style>
border-color css
<style>
span { border-color: #360511; }
span { border-color: rgb(54,5,17); }
td.TdClassName
{
border-color: #360511;
}
.TagClassName
{
border-color: #360511;
}
</style>