Shades of Rustic Red #360514
Tints of Rustic Red #360514
RGB
CMYK
RGB Variations
Color information
#360514 (or 0x360514) is known color: Rustic Red. HEX triplet: 36, 05 and 14. RGB value is (54,5,20). Sum of RGB (Red+Green+Blue) = 54+5+20=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360514 is #C9FAEB. Grayscale: #151515. Windows color (decimal): -13236972 or 1312054. OLE color: 1312054.
HSL color Cylindrical-coordinate representation of color #360514: hue angle of 341.63º 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 #360514 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 20 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.79 |
| HSL | 341.63º | 0.83% | 0.12% | - |
| HSV(B) | 341.63º | 0.91% | 0.21% | - |
| XYZ | 1.7 | 0.94 | 0.75 | - |
| YUV | 21.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 20 | 0 | 0.91 | 0.63 | 0.79 | 341.63 | 0.83 | 0.12 |
| Hex | 36 | 5 | 14 | 0 | 5B | 3F | 4F | 156 | 53 | C |
| Octal | 66 | 5 | 24 | 0 | 133 | 77 | 117 | 526 | 123 | 14 |
| Binary | 110110 | 101 | 10100 | 0 | 1011011 | 111111 | 1001111 | 101010110 | 1010011 | 1100 |
Color Harmonies of #360514
Complementary color
Monochromatic Colors of #360514
Black with #360514
Text Example
Text Example
White with #360514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360514; }
p { color: rgb(54,5,20); }
H1.HeaderClassName
{
color: #360514;
}
.AnyTagClassName
{
color: #360514;
}
</style>
background-color css
<style>
a { background-color: #360514; }
a { background-color: rgb(54,5,20); }
div.DivClassName
{
background-color: #360514;
}
.BgClassName
{
background-color: #360514;
}
</style>
border-color css
<style>
span { border-color: #360514; }
span { border-color: rgb(54,5,20); }
td.TdClassName
{
border-color: #360514;
}
.TagClassName
{
border-color: #360514;
}
</style>