Shades of Rustic Red #360C14
Tints of Rustic Red #360C14
RGB
CMYK
RGB Variations
Color information
#360C14 (or 0x360C14) is known color: Rustic Red. HEX triplet: 36, 0C and 14. RGB value is (54,12,20). Sum of RGB (Red+Green+Blue) = 54+12+20=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #360C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C14 is #C9F3EB. Grayscale: #191919. Windows color (decimal): -13235180 or 1313846. OLE color: 1313846.
HSL color Cylindrical-coordinate representation of color #360C14: hue angle of 348.57º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C14 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 20 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.79 |
| HSL | 348.57º | 0.64% | 0.13% | - |
| HSV(B) | 348.57º | 0.78% | 0.21% | - |
| XYZ | 1.78 | 1.1 | 0.78 | - |
| YUV | 25.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 20 | 0 | 0.78 | 0.63 | 0.79 | 348.57 | 0.64 | 0.13 |
| Hex | 36 | C | 14 | 0 | 4E | 3F | 4F | 15D | 40 | D |
| Octal | 66 | 14 | 24 | 0 | 116 | 77 | 117 | 535 | 100 | 15 |
| Binary | 110110 | 1100 | 10100 | 0 | 1001110 | 111111 | 1001111 | 101011101 | 1000000 | 1101 |
Color Harmonies of #360C14
Complementary color
Monochromatic Colors of #360C14
Black with #360C14
Text Example
Text Example
White with #360C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C14; }
p { color: rgb(54,12,20); }
H1.HeaderClassName
{
color: #360C14;
}
.AnyTagClassName
{
color: #360C14;
}
</style>
background-color css
<style>
a { background-color: #360C14; }
a { background-color: rgb(54,12,20); }
div.DivClassName
{
background-color: #360C14;
}
.BgClassName
{
background-color: #360C14;
}
</style>
border-color css
<style>
span { border-color: #360C14; }
span { border-color: rgb(54,12,20); }
td.TdClassName
{
border-color: #360C14;
}
.TagClassName
{
border-color: #360C14;
}
</style>