Shades of Rustic Red #211013
Tints of Rustic Red #211013
RGB
CMYK
RGB Variations
Color information
#211013 (or 0x211013) is known color: Rustic Red. HEX triplet: 21, 10 and 13. RGB value is (33,16,19). Sum of RGB (Red+Green+Blue) = 33+16+19=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #211013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211013 is #DEEFEC. Grayscale: #151515. Windows color (decimal): -14610413 or 1249313. OLE color: 1249313.
HSL color Cylindrical-coordinate representation of color #211013: hue angle of 349.41º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211013 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 16 | 19 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.87 |
| HSL | 349.41º | 0.35% | 0.1% | - |
| HSV(B) | 349.41º | 0.52% | 0.13% | - |
| XYZ | 0.93 | 0.74 | 0.71 | - |
| YUV | 21.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 19 | 0 | 0.52 | 0.42 | 0.87 | 349.41 | 0.35 | 0.1 |
| Hex | 21 | 10 | 13 | 0 | 34 | 2A | 57 | 15D | 23 | A |
| Octal | 41 | 20 | 23 | 0 | 64 | 52 | 127 | 535 | 43 | 12 |
| Binary | 100001 | 10000 | 10011 | 0 | 110100 | 101010 | 1010111 | 101011101 | 100011 | 1010 |
Color Harmonies of #211013
Complementary color
Monochromatic Colors of #211013
Black with #211013
Text Example
Text Example
White with #211013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211013; }
p { color: rgb(33,16,19); }
H1.HeaderClassName
{
color: #211013;
}
.AnyTagClassName
{
color: #211013;
}
</style>
background-color css
<style>
a { background-color: #211013; }
a { background-color: rgb(33,16,19); }
div.DivClassName
{
background-color: #211013;
}
.BgClassName
{
background-color: #211013;
}
</style>
border-color css
<style>
span { border-color: #211013; }
span { border-color: rgb(33,16,19); }
td.TdClassName
{
border-color: #211013;
}
.TagClassName
{
border-color: #211013;
}
</style>