Shades of Rustic Red #210311
Tints of Rustic Red #210311
RGB
CMYK
RGB Variations
Color information
#210311 (or 0x210311) is known color: Rustic Red. HEX triplet: 21, 03 and 11. RGB value is (33,3,17). Sum of RGB (Red+Green+Blue) = 33+3+17=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #210311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210311 is #DEFCEE. Grayscale: #0D0D0D. Windows color (decimal): -14613743 or 1114913. OLE color: 1114913.
HSL color Cylindrical-coordinate representation of color #210311: hue angle of 332º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210311 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 17 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.87 |
| HSL | 332º | 0.83% | 0.07% | - |
| HSV(B) | 332º | 0.91% | 0.13% | - |
| XYZ | 0.76 | 0.43 | 0.57 | - |
| YUV | 13.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 17 | 0 | 0.91 | 0.48 | 0.87 | 332 | 0.83 | 0.07 |
| Hex | 21 | 3 | 11 | 0 | 5B | 30 | 57 | 14C | 53 | 7 |
| Octal | 41 | 3 | 21 | 0 | 133 | 60 | 127 | 514 | 123 | 7 |
| Binary | 100001 | 11 | 10001 | 0 | 1011011 | 110000 | 1010111 | 101001100 | 1010011 | 111 |
Color Harmonies of #210311
Complementary color
Monochromatic Colors of #210311
Black with #210311
Text Example
Text Example
White with #210311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210311; }
p { color: rgb(33,3,17); }
H1.HeaderClassName
{
color: #210311;
}
.AnyTagClassName
{
color: #210311;
}
</style>
background-color css
<style>
a { background-color: #210311; }
a { background-color: rgb(33,3,17); }
div.DivClassName
{
background-color: #210311;
}
.BgClassName
{
background-color: #210311;
}
</style>
border-color css
<style>
span { border-color: #210311; }
span { border-color: rgb(33,3,17); }
td.TdClassName
{
border-color: #210311;
}
.TagClassName
{
border-color: #210311;
}
</style>