Shades of Rustic Red #360313
Tints of Rustic Red #360313
RGB
CMYK
RGB Variations
Color information
#360313 (or 0x360313) is known color: Rustic Red. HEX triplet: 36, 03 and 13. RGB value is (54,3,19). Sum of RGB (Red+Green+Blue) = 54+3+19=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360313 is #C9FCEC. Grayscale: #141414. Windows color (decimal): -13237485 or 1246006. OLE color: 1246006.
HSL color Cylindrical-coordinate representation of color #360313: hue angle of 341.18º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360313 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 19 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.79 |
| HSL | 341.18º | 0.89% | 0.11% | - |
| HSV(B) | 341.18º | 0.94% | 0.21% | - |
| XYZ | 1.67 | 0.9 | 0.7 | - |
| YUV | 20.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 19 | 0 | 0.94 | 0.65 | 0.79 | 341.18 | 0.89 | 0.11 |
| Hex | 36 | 3 | 13 | 0 | 5E | 41 | 4F | 155 | 59 | B |
| Octal | 66 | 3 | 23 | 0 | 136 | 101 | 117 | 525 | 131 | 13 |
| Binary | 110110 | 11 | 10011 | 0 | 1011110 | 1000001 | 1001111 | 101010101 | 1011001 | 1011 |
Color Harmonies of #360313
Complementary color
Monochromatic Colors of #360313
Black with #360313
Text Example
Text Example
White with #360313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360313; }
p { color: rgb(54,3,19); }
H1.HeaderClassName
{
color: #360313;
}
.AnyTagClassName
{
color: #360313;
}
</style>
background-color css
<style>
a { background-color: #360313; }
a { background-color: rgb(54,3,19); }
div.DivClassName
{
background-color: #360313;
}
.BgClassName
{
background-color: #360313;
}
</style>
border-color css
<style>
span { border-color: #360313; }
span { border-color: rgb(54,3,19); }
td.TdClassName
{
border-color: #360313;
}
.TagClassName
{
border-color: #360313;
}
</style>