Shades of Rustic Red #320C14
Tints of Rustic Red #320C14
RGB
CMYK
RGB Variations
Color information
#320C14 (or 0x320C14) is known color: Rustic Red. HEX triplet: 32, 0C and 14. RGB value is (50,12,20). Sum of RGB (Red+Green+Blue) = 50+12+20=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #320C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C14 is #CDF3EB. Grayscale: #181818. Windows color (decimal): -13497324 or 1313842. OLE color: 1313842.
HSL color Cylindrical-coordinate representation of color #320C14: hue angle of 347.37º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C14 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 20 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.80 |
| HSL | 347.37º | 0.61% | 0.12% | - |
| HSV(B) | 347.37º | 0.76% | 0.2% | - |
| XYZ | 1.57 | 0.99 | 0.77 | - |
| YUV | 24.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 20 | 0 | 0.76 | 0.60 | 0.80 | 347.37 | 0.61 | 0.12 |
| Hex | 32 | C | 14 | 0 | 4C | 3C | 50 | 15B | 3D | C |
| Octal | 62 | 14 | 24 | 0 | 114 | 74 | 120 | 533 | 75 | 14 |
| Binary | 110010 | 1100 | 10100 | 0 | 1001100 | 111100 | 1010000 | 101011011 | 111101 | 1100 |
Color Harmonies of #320C14
Complementary color
Monochromatic Colors of #320C14
Black with #320C14
Text Example
Text Example
White with #320C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C14; }
p { color: rgb(50,12,20); }
H1.HeaderClassName
{
color: #320C14;
}
.AnyTagClassName
{
color: #320C14;
}
</style>
background-color css
<style>
a { background-color: #320C14; }
a { background-color: rgb(50,12,20); }
div.DivClassName
{
background-color: #320C14;
}
.BgClassName
{
background-color: #320C14;
}
</style>
border-color css
<style>
span { border-color: #320C14; }
span { border-color: rgb(50,12,20); }
td.TdClassName
{
border-color: #320C14;
}
.TagClassName
{
border-color: #320C14;
}
</style>