Shades of Rustic Red #360215
Tints of Rustic Red #360215
RGB
CMYK
RGB Variations
Color information
#360215 (or 0x360215) is known color: Rustic Red. HEX triplet: 36, 02 and 15. RGB value is (54,2,21). Sum of RGB (Red+Green+Blue) = 54+2+21=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360215 is #C9FDEA. Grayscale: #131313. Windows color (decimal): -13237739 or 1376822. OLE color: 1376822.
HSL color Cylindrical-coordinate representation of color #360215: hue angle of 338.08º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360215 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 21 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.79 |
| HSL | 338.08º | 0.93% | 0.11% | - |
| HSV(B) | 338.08º | 0.96% | 0.21% | - |
| XYZ | 1.68 | 0.88 | 0.79 | - |
| YUV | 19.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 21 | 0 | 0.96 | 0.61 | 0.79 | 338.08 | 0.93 | 0.11 |
| Hex | 36 | 2 | 15 | 0 | 60 | 3D | 4F | 152 | 5D | B |
| Octal | 66 | 2 | 25 | 0 | 140 | 75 | 117 | 522 | 135 | 13 |
| Binary | 110110 | 10 | 10101 | 0 | 1100000 | 111101 | 1001111 | 101010010 | 1011101 | 1011 |
Color Harmonies of #360215
Complementary color
Monochromatic Colors of #360215
Black with #360215
Text Example
Text Example
White with #360215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360215; }
p { color: rgb(54,2,21); }
H1.HeaderClassName
{
color: #360215;
}
.AnyTagClassName
{
color: #360215;
}
</style>
background-color css
<style>
a { background-color: #360215; }
a { background-color: rgb(54,2,21); }
div.DivClassName
{
background-color: #360215;
}
.BgClassName
{
background-color: #360215;
}
</style>
border-color css
<style>
span { border-color: #360215; }
span { border-color: rgb(54,2,21); }
td.TdClassName
{
border-color: #360215;
}
.TagClassName
{
border-color: #360215;
}
</style>