Shades of Rustic Red #320002
Tints of Rustic Red #320002
RGB
CMYK
RGB Variations
Color information
#320002 (or 0x320002) is known color: Rustic Red. HEX triplet: 32, 00 and 02. RGB value is (50,0,2). Sum of RGB (Red+Green+Blue) = 50+0+2=52 (6% of max value = 765). Red value is 50 (19.92% from 255 or 96.15% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 50 - color contains mainly: red. Hex color #320002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320002 is #CDFFFD. Grayscale: #0F0F0F. Windows color (decimal): -13500414 or 131122. OLE color: 131122.
HSL color Cylindrical-coordinate representation of color #320002: hue angle of 357.6º 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 #320002 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.96 | 0.80 |
| HSL | 357.6º | 1% | 0.1% | - |
| HSV(B) | 357.6º | 1% | 0.2% | - |
| XYZ | 1.33 | 0.68 | 0.12 | - |
| YUV | 15.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 2 | 0 | 1 | 0.96 | 0.80 | 357.6 | 1 | 0.1 |
| Hex | 32 | 0 | 2 | 0 | 64 | 60 | 50 | 166 | 64 | A |
| Octal | 62 | 0 | 2 | 0 | 144 | 140 | 120 | 546 | 144 | 12 |
| Binary | 110010 | 0 | 10 | 0 | 1100100 | 1100000 | 1010000 | 101100110 | 1100100 | 1010 |
Color Harmonies of #320002
Complementary color
Monochromatic Colors of #320002
Black with #320002
Text Example
Text Example
White with #320002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320002; }
p { color: rgb(50,0,2); }
H1.HeaderClassName
{
color: #320002;
}
.AnyTagClassName
{
color: #320002;
}
</style>
background-color css
<style>
a { background-color: #320002; }
a { background-color: rgb(50,0,2); }
div.DivClassName
{
background-color: #320002;
}
.BgClassName
{
background-color: #320002;
}
</style>
border-color css
<style>
span { border-color: #320002; }
span { border-color: rgb(50,0,2); }
td.TdClassName
{
border-color: #320002;
}
.TagClassName
{
border-color: #320002;
}
</style>