Shades of Rustic Red #320C13
Tints of Rustic Red #320C13
RGB
CMYK
RGB Variations
Color information
#320C13 (or 0x320C13) is known color: Rustic Red. HEX triplet: 32, 0C and 13. RGB value is (50,12,19). Sum of RGB (Red+Green+Blue) = 50+12+19=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #320C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C13 is #CDF3EC. Grayscale: #181818. Windows color (decimal): -13497325 or 1248306. OLE color: 1248306.
HSL color Cylindrical-coordinate representation of color #320C13: hue angle of 348.95º 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 #320C13 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 19 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.80 |
| HSL | 348.95º | 0.61% | 0.12% | - |
| HSV(B) | 348.95º | 0.76% | 0.2% | - |
| XYZ | 1.56 | 0.99 | 0.72 | - |
| YUV | 24.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 19 | 0 | 0.76 | 0.62 | 0.80 | 348.95 | 0.61 | 0.12 |
| Hex | 32 | C | 13 | 0 | 4C | 3E | 50 | 15D | 3D | C |
| Octal | 62 | 14 | 23 | 0 | 114 | 76 | 120 | 535 | 75 | 14 |
| Binary | 110010 | 1100 | 10011 | 0 | 1001100 | 111110 | 1010000 | 101011101 | 111101 | 1100 |
Color Harmonies of #320C13
Complementary color
Monochromatic Colors of #320C13
Black with #320C13
Text Example
Text Example
White with #320C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C13; }
p { color: rgb(50,12,19); }
H1.HeaderClassName
{
color: #320C13;
}
.AnyTagClassName
{
color: #320C13;
}
</style>
background-color css
<style>
a { background-color: #320C13; }
a { background-color: rgb(50,12,19); }
div.DivClassName
{
background-color: #320C13;
}
.BgClassName
{
background-color: #320C13;
}
</style>
border-color css
<style>
span { border-color: #320C13; }
span { border-color: rgb(50,12,19); }
td.TdClassName
{
border-color: #320C13;
}
.TagClassName
{
border-color: #320C13;
}
</style>