Shades of Rustic Red #360015
Tints of Rustic Red #360015
RGB
CMYK
RGB Variations
Color information
#360015 (or 0x360015) is known color: Rustic Red. HEX triplet: 36, 00 and 15. RGB value is (54,0,21). Sum of RGB (Red+Green+Blue) = 54+0+21=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360015 is #C9FFEA. Grayscale: #121212. Windows color (decimal): -13238251 or 1376310. OLE color: 1376310.
HSL color Cylindrical-coordinate representation of color #360015: hue angle of 336.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360015 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.61 | 0.79 |
| HSL | 336.67º | 1% | 0.11% | - |
| HSV(B) | 336.67º | 1% | 0.21% | - |
| XYZ | 1.66 | 0.84 | 0.78 | - |
| YUV | 18.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 21 | 0 | 1 | 0.61 | 0.79 | 336.67 | 1 | 0.11 |
| Hex | 36 | 0 | 15 | 0 | 64 | 3D | 4F | 151 | 64 | B |
| Octal | 66 | 0 | 25 | 0 | 144 | 75 | 117 | 521 | 144 | 13 |
| Binary | 110110 | 0 | 10101 | 0 | 1100100 | 111101 | 1001111 | 101010001 | 1100100 | 1011 |
Color Harmonies of #360015
Complementary color
Monochromatic Colors of #360015
Black with #360015
Text Example
Text Example
White with #360015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360015; }
p { color: rgb(54,0,21); }
H1.HeaderClassName
{
color: #360015;
}
.AnyTagClassName
{
color: #360015;
}
</style>
background-color css
<style>
a { background-color: #360015; }
a { background-color: rgb(54,0,21); }
div.DivClassName
{
background-color: #360015;
}
.BgClassName
{
background-color: #360015;
}
</style>
border-color css
<style>
span { border-color: #360015; }
span { border-color: rgb(54,0,21); }
td.TdClassName
{
border-color: #360015;
}
.TagClassName
{
border-color: #360015;
}
</style>