Shades of Rustic Red #360415
Tints of Rustic Red #360415
RGB
CMYK
RGB Variations
Color information
#360415 (or 0x360415) is known color: Rustic Red. HEX triplet: 36, 04 and 15. RGB value is (54,4,21). Sum of RGB (Red+Green+Blue) = 54+4+21=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360415 is #C9FBEA. Grayscale: #141414. Windows color (decimal): -13237227 or 1377334. OLE color: 1377334.
HSL color Cylindrical-coordinate representation of color #360415: hue angle of 339.6º 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 #360415 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 21 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.79 |
| HSL | 339.6º | 0.86% | 0.11% | - |
| HSV(B) | 339.6º | 0.93% | 0.21% | - |
| XYZ | 1.7 | 0.93 | 0.8 | - |
| YUV | 20.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 21 | 0 | 0.93 | 0.61 | 0.79 | 339.6 | 0.86 | 0.11 |
| Hex | 36 | 4 | 15 | 0 | 5D | 3D | 4F | 154 | 56 | B |
| Octal | 66 | 4 | 25 | 0 | 135 | 75 | 117 | 524 | 126 | 13 |
| Binary | 110110 | 100 | 10101 | 0 | 1011101 | 111101 | 1001111 | 101010100 | 1010110 | 1011 |
Color Harmonies of #360415
Complementary color
Monochromatic Colors of #360415
Black with #360415
Text Example
Text Example
White with #360415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360415; }
p { color: rgb(54,4,21); }
H1.HeaderClassName
{
color: #360415;
}
.AnyTagClassName
{
color: #360415;
}
</style>
background-color css
<style>
a { background-color: #360415; }
a { background-color: rgb(54,4,21); }
div.DivClassName
{
background-color: #360415;
}
.BgClassName
{
background-color: #360415;
}
</style>
border-color css
<style>
span { border-color: #360415; }
span { border-color: rgb(54,4,21); }
td.TdClassName
{
border-color: #360415;
}
.TagClassName
{
border-color: #360415;
}
</style>