Shades of Rustic Red #360B14
Tints of Rustic Red #360B14
RGB
CMYK
RGB Variations
Color information
#360B14 (or 0x360B14) is known color: Rustic Red. HEX triplet: 36, 0B and 14. RGB value is (54,11,20). Sum of RGB (Red+Green+Blue) = 54+11+20=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #360B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B14 is #C9F4EB. Grayscale: #181818. Windows color (decimal): -13235436 or 1313590. OLE color: 1313590.
HSL color Cylindrical-coordinate representation of color #360B14: hue angle of 347.44º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B14 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 20 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.79 |
| HSL | 347.44º | 0.66% | 0.13% | - |
| HSV(B) | 347.44º | 0.8% | 0.21% | - |
| XYZ | 1.77 | 1.07 | 0.78 | - |
| YUV | 24.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 20 | 0 | 0.80 | 0.63 | 0.79 | 347.44 | 0.66 | 0.13 |
| Hex | 36 | B | 14 | 0 | 50 | 3F | 4F | 15B | 42 | D |
| Octal | 66 | 13 | 24 | 0 | 120 | 77 | 117 | 533 | 102 | 15 |
| Binary | 110110 | 1011 | 10100 | 0 | 1010000 | 111111 | 1001111 | 101011011 | 1000010 | 1101 |
Color Harmonies of #360B14
Complementary color
Monochromatic Colors of #360B14
Black with #360B14
Text Example
Text Example
White with #360B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B14; }
p { color: rgb(54,11,20); }
H1.HeaderClassName
{
color: #360B14;
}
.AnyTagClassName
{
color: #360B14;
}
</style>
background-color css
<style>
a { background-color: #360B14; }
a { background-color: rgb(54,11,20); }
div.DivClassName
{
background-color: #360B14;
}
.BgClassName
{
background-color: #360B14;
}
</style>
border-color css
<style>
span { border-color: #360B14; }
span { border-color: rgb(54,11,20); }
td.TdClassName
{
border-color: #360B14;
}
.TagClassName
{
border-color: #360B14;
}
</style>