Shades of Rustic Red #360813
Tints of Rustic Red #360813
RGB
CMYK
RGB Variations
Color information
#360813 (or 0x360813) is known color: Rustic Red. HEX triplet: 36, 08 and 13. RGB value is (54,8,19). Sum of RGB (Red+Green+Blue) = 54+8+19=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360813 is #C9F7EC. Grayscale: #171717. Windows color (decimal): -13236205 or 1247286. OLE color: 1247286.
HSL color Cylindrical-coordinate representation of color #360813: hue angle of 345.65º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360813 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 19 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.79 |
| HSL | 345.65º | 0.74% | 0.12% | - |
| HSV(B) | 345.65º | 0.85% | 0.21% | - |
| XYZ | 1.73 | 1 | 0.72 | - |
| YUV | 23.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 19 | 0 | 0.85 | 0.65 | 0.79 | 345.65 | 0.74 | 0.12 |
| Hex | 36 | 8 | 13 | 0 | 55 | 41 | 4F | 15A | 4A | C |
| Octal | 66 | 10 | 23 | 0 | 125 | 101 | 117 | 532 | 112 | 14 |
| Binary | 110110 | 1000 | 10011 | 0 | 1010101 | 1000001 | 1001111 | 101011010 | 1001010 | 1100 |
Color Harmonies of #360813
Complementary color
Monochromatic Colors of #360813
Black with #360813
Text Example
Text Example
White with #360813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360813; }
p { color: rgb(54,8,19); }
H1.HeaderClassName
{
color: #360813;
}
.AnyTagClassName
{
color: #360813;
}
</style>
background-color css
<style>
a { background-color: #360813; }
a { background-color: rgb(54,8,19); }
div.DivClassName
{
background-color: #360813;
}
.BgClassName
{
background-color: #360813;
}
</style>
border-color css
<style>
span { border-color: #360813; }
span { border-color: rgb(54,8,19); }
td.TdClassName
{
border-color: #360813;
}
.TagClassName
{
border-color: #360813;
}
</style>