Shades of Rustic Red #360613
Tints of Rustic Red #360613
RGB
CMYK
RGB Variations
Color information
#360613 (or 0x360613) is known color: Rustic Red. HEX triplet: 36, 06 and 13. RGB value is (54,6,19). Sum of RGB (Red+Green+Blue) = 54+6+19=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360613 is #C9F9EC. Grayscale: #151515. Windows color (decimal): -13236717 or 1246774. OLE color: 1246774.
HSL color Cylindrical-coordinate representation of color #360613: hue angle of 343.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360613 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 6 | 19 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.79 |
| HSL | 343.75º | 0.8% | 0.12% | - |
| HSV(B) | 343.75º | 0.89% | 0.21% | - |
| XYZ | 1.7 | 0.96 | 0.71 | - |
| YUV | 21.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 19 | 0 | 0.89 | 0.65 | 0.79 | 343.75 | 0.8 | 0.12 |
| Hex | 36 | 6 | 13 | 0 | 59 | 41 | 4F | 158 | 50 | C |
| Octal | 66 | 6 | 23 | 0 | 131 | 101 | 117 | 530 | 120 | 14 |
| Binary | 110110 | 110 | 10011 | 0 | 1011001 | 1000001 | 1001111 | 101011000 | 1010000 | 1100 |
Color Harmonies of #360613
Complementary color
Monochromatic Colors of #360613
Black with #360613
Text Example
Text Example
White with #360613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360613; }
p { color: rgb(54,6,19); }
H1.HeaderClassName
{
color: #360613;
}
.AnyTagClassName
{
color: #360613;
}
</style>
background-color css
<style>
a { background-color: #360613; }
a { background-color: rgb(54,6,19); }
div.DivClassName
{
background-color: #360613;
}
.BgClassName
{
background-color: #360613;
}
</style>
border-color css
<style>
span { border-color: #360613; }
span { border-color: rgb(54,6,19); }
td.TdClassName
{
border-color: #360613;
}
.TagClassName
{
border-color: #360613;
}
</style>