Shades of Rustic Red #360413
Tints of Rustic Red #360413
RGB
CMYK
RGB Variations
Color information
#360413 (or 0x360413) is known color: Rustic Red. HEX triplet: 36, 04 and 13. RGB value is (54,4,19). Sum of RGB (Red+Green+Blue) = 54+4+19=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360413 is #C9FBEC. Grayscale: #141414. Windows color (decimal): -13237229 or 1246262. OLE color: 1246262.
HSL color Cylindrical-coordinate representation of color #360413: hue angle of 342º 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 #360413 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 19 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.79 |
| HSL | 342º | 0.86% | 0.11% | - |
| HSV(B) | 342º | 0.93% | 0.21% | - |
| XYZ | 1.68 | 0.92 | 0.7 | - |
| YUV | 20.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 19 | 0 | 0.93 | 0.65 | 0.79 | 342 | 0.86 | 0.11 |
| Hex | 36 | 4 | 13 | 0 | 5D | 41 | 4F | 156 | 56 | B |
| Octal | 66 | 4 | 23 | 0 | 135 | 101 | 117 | 526 | 126 | 13 |
| Binary | 110110 | 100 | 10011 | 0 | 1011101 | 1000001 | 1001111 | 101010110 | 1010110 | 1011 |
Color Harmonies of #360413
Complementary color
Monochromatic Colors of #360413
Black with #360413
Text Example
Text Example
White with #360413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360413; }
p { color: rgb(54,4,19); }
H1.HeaderClassName
{
color: #360413;
}
.AnyTagClassName
{
color: #360413;
}
</style>
background-color css
<style>
a { background-color: #360413; }
a { background-color: rgb(54,4,19); }
div.DivClassName
{
background-color: #360413;
}
.BgClassName
{
background-color: #360413;
}
</style>
border-color css
<style>
span { border-color: #360413; }
span { border-color: rgb(54,4,19); }
td.TdClassName
{
border-color: #360413;
}
.TagClassName
{
border-color: #360413;
}
</style>