Shades of Rustic Red #360506
Tints of Rustic Red #360506
RGB
CMYK
RGB Variations
Color information
#360506 (or 0x360506) is known color: Rustic Red. HEX triplet: 36, 05 and 06. RGB value is (54,5,6). Sum of RGB (Red+Green+Blue) = 54+5+6=65 (8% of max value = 765). Red value is 54 (21.48% from 255 or 83.08% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 54 - color contains mainly: red. Hex color #360506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360506 is #C9FAF9. Grayscale: #131313. Windows color (decimal): -13236986 or 394550. OLE color: 394550.
HSL color Cylindrical-coordinate representation of color #360506: hue angle of 358.78º 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 #360506 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 6 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.79 |
| HSL | 358.78º | 0.83% | 0.12% | - |
| HSV(B) | 358.78º | 0.91% | 0.21% | - |
| XYZ | 1.61 | 0.91 | 0.26 | - |
| YUV | 19.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 6 | 0 | 0.91 | 0.89 | 0.79 | 358.78 | 0.83 | 0.12 |
| Hex | 36 | 5 | 6 | 0 | 5B | 59 | 4F | 167 | 53 | C |
| Octal | 66 | 5 | 6 | 0 | 133 | 131 | 117 | 547 | 123 | 14 |
| Binary | 110110 | 101 | 110 | 0 | 1011011 | 1011001 | 1001111 | 101100111 | 1010011 | 1100 |
Color Harmonies of #360506
Complementary color
Monochromatic Colors of #360506
Black with #360506
Text Example
Text Example
White with #360506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360506; }
p { color: rgb(54,5,6); }
H1.HeaderClassName
{
color: #360506;
}
.AnyTagClassName
{
color: #360506;
}
</style>
background-color css
<style>
a { background-color: #360506; }
a { background-color: rgb(54,5,6); }
div.DivClassName
{
background-color: #360506;
}
.BgClassName
{
background-color: #360506;
}
</style>
border-color css
<style>
span { border-color: #360506; }
span { border-color: rgb(54,5,6); }
td.TdClassName
{
border-color: #360506;
}
.TagClassName
{
border-color: #360506;
}
</style>