Shades of Rustic Red #32010A
Tints of Rustic Red #32010A
RGB
CMYK
RGB Variations
Color information
#32010A (or 0x32010A) is known color: Rustic Red. HEX triplet: 32, 01 and 0A. RGB value is (50,1,10). Sum of RGB (Red+Green+Blue) = 50+1+10=61 (8% of max value = 765). Red value is 50 (19.92% from 255 or 81.97% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 50 - color contains mainly: red. Hex color #32010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32010A is #CDFEF5. Grayscale: #101010. Windows color (decimal): -13500150 or 655666. OLE color: 655666.
HSL color Cylindrical-coordinate representation of color #32010A: hue angle of 348.98º 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 #32010A is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 10 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.80 |
| HSL | 348.98º | 0.96% | 0.1% | - |
| HSV(B) | 348.98º | 0.98% | 0.2% | - |
| XYZ | 1.38 | 0.72 | 0.35 | - |
| YUV | 16.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 10 | 0 | 0.98 | 0.80 | 0.80 | 348.98 | 0.96 | 0.1 |
| Hex | 32 | 1 | A | 0 | 62 | 50 | 50 | 15D | 60 | A |
| Octal | 62 | 1 | 12 | 0 | 142 | 120 | 120 | 535 | 140 | 12 |
| Binary | 110010 | 1 | 1010 | 0 | 1100010 | 1010000 | 1010000 | 101011101 | 1100000 | 1010 |
Color Harmonies of #32010A
Complementary color
Monochromatic Colors of #32010A
Black with #32010A
Text Example
Text Example
White with #32010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32010A; }
p { color: rgb(50,1,10); }
H1.HeaderClassName
{
color: #32010A;
}
.AnyTagClassName
{
color: #32010A;
}
</style>
background-color css
<style>
a { background-color: #32010A; }
a { background-color: rgb(50,1,10); }
div.DivClassName
{
background-color: #32010A;
}
.BgClassName
{
background-color: #32010A;
}
</style>
border-color css
<style>
span { border-color: #32010A; }
span { border-color: rgb(50,1,10); }
td.TdClassName
{
border-color: #32010A;
}
.TagClassName
{
border-color: #32010A;
}
</style>