Shades of Rustic Red #360515
Tints of Rustic Red #360515
RGB
CMYK
RGB Variations
Color information
#360515 (or 0x360515) is known color: Rustic Red. HEX triplet: 36, 05 and 15. RGB value is (54,5,21). Sum of RGB (Red+Green+Blue) = 54+5+21=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360515 is #C9FAEA. Grayscale: #151515. Windows color (decimal): -13236971 or 1377590. OLE color: 1377590.
HSL color Cylindrical-coordinate representation of color #360515: hue angle of 340.41º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360515 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 21 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.79 |
| HSL | 340.41º | 0.83% | 0.12% | - |
| HSV(B) | 340.41º | 0.91% | 0.21% | - |
| XYZ | 1.71 | 0.95 | 0.8 | - |
| YUV | 21.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 21 | 0 | 0.91 | 0.61 | 0.79 | 340.41 | 0.83 | 0.12 |
| Hex | 36 | 5 | 15 | 0 | 5B | 3D | 4F | 154 | 53 | C |
| Octal | 66 | 5 | 25 | 0 | 133 | 75 | 117 | 524 | 123 | 14 |
| Binary | 110110 | 101 | 10101 | 0 | 1011011 | 111101 | 1001111 | 101010100 | 1010011 | 1100 |
Color Harmonies of #360515
Complementary color
Monochromatic Colors of #360515
Black with #360515
Text Example
Text Example
White with #360515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360515; }
p { color: rgb(54,5,21); }
H1.HeaderClassName
{
color: #360515;
}
.AnyTagClassName
{
color: #360515;
}
</style>
background-color css
<style>
a { background-color: #360515; }
a { background-color: rgb(54,5,21); }
div.DivClassName
{
background-color: #360515;
}
.BgClassName
{
background-color: #360515;
}
</style>
border-color css
<style>
span { border-color: #360515; }
span { border-color: rgb(54,5,21); }
td.TdClassName
{
border-color: #360515;
}
.TagClassName
{
border-color: #360515;
}
</style>