Shades of Rustic Red #320D13
Tints of Rustic Red #320D13
RGB
CMYK
RGB Variations
Color information
#320D13 (or 0x320D13) is known color: Rustic Red. HEX triplet: 32, 0D and 13. RGB value is (50,13,19). Sum of RGB (Red+Green+Blue) = 50+13+19=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #320D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D13 is #CDF2EC. Grayscale: #181818. Windows color (decimal): -13497069 or 1248562. OLE color: 1248562.
HSL color Cylindrical-coordinate representation of color #320D13: hue angle of 350.27º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #320D13 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 19 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.80 |
| HSL | 350.27º | 0.59% | 0.12% | - |
| HSV(B) | 350.27º | 0.74% | 0.2% | - |
| XYZ | 1.58 | 1.01 | 0.73 | - |
| YUV | 24.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 19 | 0 | 0.74 | 0.62 | 0.80 | 350.27 | 0.59 | 0.12 |
| Hex | 32 | D | 13 | 0 | 4A | 3E | 50 | 15E | 3B | C |
| Octal | 62 | 15 | 23 | 0 | 112 | 76 | 120 | 536 | 73 | 14 |
| Binary | 110010 | 1101 | 10011 | 0 | 1001010 | 111110 | 1010000 | 101011110 | 111011 | 1100 |
Color Harmonies of #320D13
Complementary color
Monochromatic Colors of #320D13
Black with #320D13
Text Example
Text Example
White with #320D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D13; }
p { color: rgb(50,13,19); }
H1.HeaderClassName
{
color: #320D13;
}
.AnyTagClassName
{
color: #320D13;
}
</style>
background-color css
<style>
a { background-color: #320D13; }
a { background-color: rgb(50,13,19); }
div.DivClassName
{
background-color: #320D13;
}
.BgClassName
{
background-color: #320D13;
}
</style>
border-color css
<style>
span { border-color: #320D13; }
span { border-color: rgb(50,13,19); }
td.TdClassName
{
border-color: #320D13;
}
.TagClassName
{
border-color: #320D13;
}
</style>