Shades of Rustic Red #32000A
Tints of Rustic Red #32000A
RGB
CMYK
RGB Variations
Color information
#32000A (or 0x32000A) is known color: Rustic Red. HEX triplet: 32, 00 and 0A. RGB value is (50,0,10). Sum of RGB (Red+Green+Blue) = 50+0+10=60 (7% of max value = 765). Red value is 50 (19.92% from 255 or 83.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 50 - color contains mainly: red. Hex color #32000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32000A is #CDFFF5. Grayscale: #101010. Windows color (decimal): -13500406 or 655410. OLE color: 655410.
HSL color Cylindrical-coordinate representation of color #32000A: hue angle of 348º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32000A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.80 | 0.80 |
| HSL | 348º | 1% | 0.1% | - |
| HSV(B) | 348º | 1% | 0.2% | - |
| XYZ | 1.37 | 0.7 | 0.35 | - |
| YUV | 16.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 10 | 0 | 1 | 0.80 | 0.80 | 348 | 1 | 0.1 |
| Hex | 32 | 0 | A | 0 | 64 | 50 | 50 | 15C | 64 | A |
| Octal | 62 | 0 | 12 | 0 | 144 | 120 | 120 | 534 | 144 | 12 |
| Binary | 110010 | 0 | 1010 | 0 | 1100100 | 1010000 | 1010000 | 101011100 | 1100100 | 1010 |
Color Harmonies of #32000A
Complementary color
Monochromatic Colors of #32000A
Black with #32000A
Text Example
Text Example
White with #32000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32000A; }
p { color: rgb(50,0,10); }
H1.HeaderClassName
{
color: #32000A;
}
.AnyTagClassName
{
color: #32000A;
}
</style>
background-color css
<style>
a { background-color: #32000A; }
a { background-color: rgb(50,0,10); }
div.DivClassName
{
background-color: #32000A;
}
.BgClassName
{
background-color: #32000A;
}
</style>
border-color css
<style>
span { border-color: #32000A; }
span { border-color: rgb(50,0,10); }
td.TdClassName
{
border-color: #32000A;
}
.TagClassName
{
border-color: #32000A;
}
</style>