Shades of Rustic Red #32070D
Tints of Rustic Red #32070D
RGB
CMYK
RGB Variations
Color information
#32070D (or 0x32070D) is known color: Rustic Red. HEX triplet: 32, 07 and 0D. RGB value is (50,7,13). Sum of RGB (Red+Green+Blue) = 50+7+13=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #32070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32070D is #CDF8F2. Grayscale: #141414. Windows color (decimal): -13498611 or 853810. OLE color: 853810.
HSL color Cylindrical-coordinate representation of color #32070D: hue angle of 351.63º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32070D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 7 | 13 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.80 |
| HSL | 351.63º | 0.75% | 0.11% | - |
| HSV(B) | 351.63º | 0.86% | 0.2% | - |
| XYZ | 1.46 | 0.86 | 0.47 | - |
| YUV | 20.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 13 | 0 | 0.86 | 0.74 | 0.80 | 351.63 | 0.75 | 0.11 |
| Hex | 32 | 7 | D | 0 | 56 | 4A | 50 | 160 | 4B | B |
| Octal | 62 | 7 | 15 | 0 | 126 | 112 | 120 | 540 | 113 | 13 |
| Binary | 110010 | 111 | 1101 | 0 | 1010110 | 1001010 | 1010000 | 101100000 | 1001011 | 1011 |
Color Harmonies of #32070D
Complementary color
Monochromatic Colors of #32070D
Black with #32070D
Text Example
Text Example
White with #32070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32070D; }
p { color: rgb(50,7,13); }
H1.HeaderClassName
{
color: #32070D;
}
.AnyTagClassName
{
color: #32070D;
}
</style>
background-color css
<style>
a { background-color: #32070D; }
a { background-color: rgb(50,7,13); }
div.DivClassName
{
background-color: #32070D;
}
.BgClassName
{
background-color: #32070D;
}
</style>
border-color css
<style>
span { border-color: #32070D; }
span { border-color: rgb(50,7,13); }
td.TdClassName
{
border-color: #32070D;
}
.TagClassName
{
border-color: #32070D;
}
</style>