Shades of Rustic Red #320C16
Tints of Rustic Red #320C16
RGB
CMYK
RGB Variations
Color information
#320C16 (or 0x320C16) is known color: Rustic Red. HEX triplet: 32, 0C and 16. RGB value is (50,12,22). Sum of RGB (Red+Green+Blue) = 50+12+22=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #320C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C16 is #CDF3E9. Grayscale: #181818. Windows color (decimal): -13497322 or 1444914. OLE color: 1444914.
HSL color Cylindrical-coordinate representation of color #320C16: hue angle of 344.21º 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 #320C16 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 22 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.80 |
| HSL | 344.21º | 0.61% | 0.12% | - |
| HSV(B) | 344.21º | 0.76% | 0.2% | - |
| XYZ | 1.59 | 1 | 0.87 | - |
| YUV | 24.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 22 | 0 | 0.76 | 0.56 | 0.80 | 344.21 | 0.61 | 0.12 |
| Hex | 32 | C | 16 | 0 | 4C | 38 | 50 | 158 | 3D | C |
| Octal | 62 | 14 | 26 | 0 | 114 | 70 | 120 | 530 | 75 | 14 |
| Binary | 110010 | 1100 | 10110 | 0 | 1001100 | 111000 | 1010000 | 101011000 | 111101 | 1100 |
Color Harmonies of #320C16
Complementary color
Monochromatic Colors of #320C16
Black with #320C16
Text Example
Text Example
White with #320C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C16; }
p { color: rgb(50,12,22); }
H1.HeaderClassName
{
color: #320C16;
}
.AnyTagClassName
{
color: #320C16;
}
</style>
background-color css
<style>
a { background-color: #320C16; }
a { background-color: rgb(50,12,22); }
div.DivClassName
{
background-color: #320C16;
}
.BgClassName
{
background-color: #320C16;
}
</style>
border-color css
<style>
span { border-color: #320C16; }
span { border-color: rgb(50,12,22); }
td.TdClassName
{
border-color: #320C16;
}
.TagClassName
{
border-color: #320C16;
}
</style>