Shades of Rustic Red #32010E
Tints of Rustic Red #32010E
RGB
CMYK
RGB Variations
Color information
#32010E (or 0x32010E) is known color: Rustic Red. HEX triplet: 32, 01 and 0E. RGB value is (50,1,14). Sum of RGB (Red+Green+Blue) = 50+1+14=65 (8% of max value = 765). Red value is 50 (19.92% from 255 or 76.92% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 50 - color contains mainly: red. Hex color #32010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32010E is #CDFEF1. Grayscale: #111111. Windows color (decimal): -13500146 or 917810. OLE color: 917810.
HSL color Cylindrical-coordinate representation of color #32010E: hue angle of 344.08º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32010E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 14 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.80 |
| HSL | 344.08º | 0.96% | 0.1% | - |
| HSV(B) | 344.08º | 0.98% | 0.2% | - |
| XYZ | 1.41 | 0.73 | 0.48 | - |
| YUV | 17.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 14 | 0 | 0.98 | 0.72 | 0.80 | 344.08 | 0.96 | 0.1 |
| Hex | 32 | 1 | E | 0 | 62 | 48 | 50 | 158 | 60 | A |
| Octal | 62 | 1 | 16 | 0 | 142 | 110 | 120 | 530 | 140 | 12 |
| Binary | 110010 | 1 | 1110 | 0 | 1100010 | 1001000 | 1010000 | 101011000 | 1100000 | 1010 |
Color Harmonies of #32010E
Complementary color
Monochromatic Colors of #32010E
Black with #32010E
Text Example
Text Example
White with #32010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32010E; }
p { color: rgb(50,1,14); }
H1.HeaderClassName
{
color: #32010E;
}
.AnyTagClassName
{
color: #32010E;
}
</style>
background-color css
<style>
a { background-color: #32010E; }
a { background-color: rgb(50,1,14); }
div.DivClassName
{
background-color: #32010E;
}
.BgClassName
{
background-color: #32010E;
}
</style>
border-color css
<style>
span { border-color: #32010E; }
span { border-color: rgb(50,1,14); }
td.TdClassName
{
border-color: #32010E;
}
.TagClassName
{
border-color: #32010E;
}
</style>