Shades of Rustic Red #360913
Tints of Rustic Red #360913
RGB
CMYK
RGB Variations
Color information
#360913 (or 0x360913) is known color: Rustic Red. HEX triplet: 36, 09 and 13. RGB value is (54,9,19). Sum of RGB (Red+Green+Blue) = 54+9+19=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #360913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360913 is #C9F6EC. Grayscale: #171717. Windows color (decimal): -13235949 or 1247542. OLE color: 1247542.
HSL color Cylindrical-coordinate representation of color #360913: hue angle of 346.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360913 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 19 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.79 |
| HSL | 346.67º | 0.71% | 0.12% | - |
| HSV(B) | 346.67º | 0.83% | 0.21% | - |
| XYZ | 1.74 | 1.03 | 0.72 | - |
| YUV | 23.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 19 | 0 | 0.83 | 0.65 | 0.79 | 346.67 | 0.71 | 0.12 |
| Hex | 36 | 9 | 13 | 0 | 53 | 41 | 4F | 15B | 47 | C |
| Octal | 66 | 11 | 23 | 0 | 123 | 101 | 117 | 533 | 107 | 14 |
| Binary | 110110 | 1001 | 10011 | 0 | 1010011 | 1000001 | 1001111 | 101011011 | 1000111 | 1100 |
Color Harmonies of #360913
Complementary color
Monochromatic Colors of #360913
Black with #360913
Text Example
Text Example
White with #360913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360913; }
p { color: rgb(54,9,19); }
H1.HeaderClassName
{
color: #360913;
}
.AnyTagClassName
{
color: #360913;
}
</style>
background-color css
<style>
a { background-color: #360913; }
a { background-color: rgb(54,9,19); }
div.DivClassName
{
background-color: #360913;
}
.BgClassName
{
background-color: #360913;
}
</style>
border-color css
<style>
span { border-color: #360913; }
span { border-color: rgb(54,9,19); }
td.TdClassName
{
border-color: #360913;
}
.TagClassName
{
border-color: #360913;
}
</style>