Shades of Rustic Red #210310
Tints of Rustic Red #210310
RGB
CMYK
RGB Variations
Color information
#210310 (or 0x210310) is known color: Rustic Red. HEX triplet: 21, 03 and 10. RGB value is (33,3,16). Sum of RGB (Red+Green+Blue) = 33+3+16=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #210310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210310 is #DEFCEF. Grayscale: #0D0D0D. Windows color (decimal): -14613744 or 1049377. OLE color: 1049377.
HSL color Cylindrical-coordinate representation of color #210310: hue angle of 334º 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 #210310 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 16 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.87 |
| HSL | 334º | 0.83% | 0.07% | - |
| HSV(B) | 334º | 0.91% | 0.13% | - |
| XYZ | 0.75 | 0.43 | 0.53 | - |
| YUV | 13.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 16 | 0 | 0.91 | 0.52 | 0.87 | 334 | 0.83 | 0.07 |
| Hex | 21 | 3 | 10 | 0 | 5B | 34 | 57 | 14E | 53 | 7 |
| Octal | 41 | 3 | 20 | 0 | 133 | 64 | 127 | 516 | 123 | 7 |
| Binary | 100001 | 11 | 10000 | 0 | 1011011 | 110100 | 1010111 | 101001110 | 1010011 | 111 |
Color Harmonies of #210310
Complementary color
Monochromatic Colors of #210310
Black with #210310
Text Example
Text Example
White with #210310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210310; }
p { color: rgb(33,3,16); }
H1.HeaderClassName
{
color: #210310;
}
.AnyTagClassName
{
color: #210310;
}
</style>
background-color css
<style>
a { background-color: #210310; }
a { background-color: rgb(33,3,16); }
div.DivClassName
{
background-color: #210310;
}
.BgClassName
{
background-color: #210310;
}
</style>
border-color css
<style>
span { border-color: #210310; }
span { border-color: rgb(33,3,16); }
td.TdClassName
{
border-color: #210310;
}
.TagClassName
{
border-color: #210310;
}
</style>