Shades of Rustic Red #360411
Tints of Rustic Red #360411
RGB
CMYK
RGB Variations
Color information
#360411 (or 0x360411) is known color: Rustic Red. HEX triplet: 36, 04 and 11. RGB value is (54,4,17). Sum of RGB (Red+Green+Blue) = 54+4+17=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360411 is #C9FBEE. Grayscale: #141414. Windows color (decimal): -13237231 or 1115190. OLE color: 1115190.
HSL color Cylindrical-coordinate representation of color #360411: hue angle of 344.4º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360411 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 17 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.79 |
| HSL | 344.4º | 0.86% | 0.11% | - |
| HSV(B) | 344.4º | 0.93% | 0.21% | - |
| XYZ | 1.67 | 0.91 | 0.62 | - |
| YUV | 20.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 17 | 0 | 0.93 | 0.69 | 0.79 | 344.4 | 0.86 | 0.11 |
| Hex | 36 | 4 | 11 | 0 | 5D | 45 | 4F | 158 | 56 | B |
| Octal | 66 | 4 | 21 | 0 | 135 | 105 | 117 | 530 | 126 | 13 |
| Binary | 110110 | 100 | 10001 | 0 | 1011101 | 1000101 | 1001111 | 101011000 | 1010110 | 1011 |
Color Harmonies of #360411
Complementary color
Monochromatic Colors of #360411
Black with #360411
Text Example
Text Example
White with #360411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360411; }
p { color: rgb(54,4,17); }
H1.HeaderClassName
{
color: #360411;
}
.AnyTagClassName
{
color: #360411;
}
</style>
background-color css
<style>
a { background-color: #360411; }
a { background-color: rgb(54,4,17); }
div.DivClassName
{
background-color: #360411;
}
.BgClassName
{
background-color: #360411;
}
</style>
border-color css
<style>
span { border-color: #360411; }
span { border-color: rgb(54,4,17); }
td.TdClassName
{
border-color: #360411;
}
.TagClassName
{
border-color: #360411;
}
</style>