Shades of Rustic Red #320D14
Tints of Rustic Red #320D14
RGB
CMYK
RGB Variations
Color information
#320D14 (or 0x320D14) is known color: Rustic Red. HEX triplet: 32, 0D and 14. RGB value is (50,13,20). Sum of RGB (Red+Green+Blue) = 50+13+20=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #320D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D14 is #CDF2EB. Grayscale: #181818. Windows color (decimal): -13497068 or 1314098. OLE color: 1314098.
HSL color Cylindrical-coordinate representation of color #320D14: hue angle of 348.65º 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 #320D14 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 20 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.80 |
| HSL | 348.65º | 0.59% | 0.12% | - |
| HSV(B) | 348.65º | 0.74% | 0.2% | - |
| XYZ | 1.59 | 1.02 | 0.77 | - |
| YUV | 24.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 20 | 0 | 0.74 | 0.60 | 0.80 | 348.65 | 0.59 | 0.12 |
| Hex | 32 | D | 14 | 0 | 4A | 3C | 50 | 15D | 3B | C |
| Octal | 62 | 15 | 24 | 0 | 112 | 74 | 120 | 535 | 73 | 14 |
| Binary | 110010 | 1101 | 10100 | 0 | 1001010 | 111100 | 1010000 | 101011101 | 111011 | 1100 |
Color Harmonies of #320D14
Complementary color
Monochromatic Colors of #320D14
Black with #320D14
Text Example
Text Example
White with #320D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D14; }
p { color: rgb(50,13,20); }
H1.HeaderClassName
{
color: #320D14;
}
.AnyTagClassName
{
color: #320D14;
}
</style>
background-color css
<style>
a { background-color: #320D14; }
a { background-color: rgb(50,13,20); }
div.DivClassName
{
background-color: #320D14;
}
.BgClassName
{
background-color: #320D14;
}
</style>
border-color css
<style>
span { border-color: #320D14; }
span { border-color: rgb(50,13,20); }
td.TdClassName
{
border-color: #320D14;
}
.TagClassName
{
border-color: #320D14;
}
</style>