Shades of Rustic Red #360315
Tints of Rustic Red #360315
RGB
CMYK
RGB Variations
Color information
#360315 (or 0x360315) is known color: Rustic Red. HEX triplet: 36, 03 and 15. RGB value is (54,3,21). Sum of RGB (Red+Green+Blue) = 54+3+21=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360315 is #C9FCEA. Grayscale: #141414. Windows color (decimal): -13237483 or 1377078. OLE color: 1377078.
HSL color Cylindrical-coordinate representation of color #360315: hue angle of 338.82º 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 #360315 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 21 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.79 |
| HSL | 338.82º | 0.89% | 0.11% | - |
| HSV(B) | 338.82º | 0.94% | 0.21% | - |
| XYZ | 1.69 | 0.9 | 0.79 | - |
| YUV | 20.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 21 | 0 | 0.94 | 0.61 | 0.79 | 338.82 | 0.89 | 0.11 |
| Hex | 36 | 3 | 15 | 0 | 5E | 3D | 4F | 153 | 59 | B |
| Octal | 66 | 3 | 25 | 0 | 136 | 75 | 117 | 523 | 131 | 13 |
| Binary | 110110 | 11 | 10101 | 0 | 1011110 | 111101 | 1001111 | 101010011 | 1011001 | 1011 |
Color Harmonies of #360315
Complementary color
Monochromatic Colors of #360315
Black with #360315
Text Example
Text Example
White with #360315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360315; }
p { color: rgb(54,3,21); }
H1.HeaderClassName
{
color: #360315;
}
.AnyTagClassName
{
color: #360315;
}
</style>
background-color css
<style>
a { background-color: #360315; }
a { background-color: rgb(54,3,21); }
div.DivClassName
{
background-color: #360315;
}
.BgClassName
{
background-color: #360315;
}
</style>
border-color css
<style>
span { border-color: #360315; }
span { border-color: rgb(54,3,21); }
td.TdClassName
{
border-color: #360315;
}
.TagClassName
{
border-color: #360315;
}
</style>