Shades of Rustic Red #360014
Tints of Rustic Red #360014
RGB
CMYK
RGB Variations
Color information
#360014 (or 0x360014) is known color: Rustic Red. HEX triplet: 36, 00 and 14. RGB value is (54,0,20). Sum of RGB (Red+Green+Blue) = 54+0+20=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360014 is #C9FFEB. Grayscale: #121212. Windows color (decimal): -13238252 or 1310774. OLE color: 1310774.
HSL color Cylindrical-coordinate representation of color #360014: hue angle of 337.78º 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 #360014 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.63 | 0.79 |
| HSL | 337.78º | 1% | 0.11% | - |
| HSV(B) | 337.78º | 1% | 0.21% | - |
| XYZ | 1.65 | 0.83 | 0.74 | - |
| YUV | 18.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 20 | 0 | 1 | 0.63 | 0.79 | 337.78 | 1 | 0.11 |
| Hex | 36 | 0 | 14 | 0 | 64 | 3F | 4F | 152 | 64 | B |
| Octal | 66 | 0 | 24 | 0 | 144 | 77 | 117 | 522 | 144 | 13 |
| Binary | 110110 | 0 | 10100 | 0 | 1100100 | 111111 | 1001111 | 101010010 | 1100100 | 1011 |
Color Harmonies of #360014
Complementary color
Monochromatic Colors of #360014
Black with #360014
Text Example
Text Example
White with #360014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360014; }
p { color: rgb(54,0,20); }
H1.HeaderClassName
{
color: #360014;
}
.AnyTagClassName
{
color: #360014;
}
</style>
background-color css
<style>
a { background-color: #360014; }
a { background-color: rgb(54,0,20); }
div.DivClassName
{
background-color: #360014;
}
.BgClassName
{
background-color: #360014;
}
</style>
border-color css
<style>
span { border-color: #360014; }
span { border-color: rgb(54,0,20); }
td.TdClassName
{
border-color: #360014;
}
.TagClassName
{
border-color: #360014;
}
</style>