Shades of Rustic Red #210613
Tints of Rustic Red #210613
RGB
CMYK
RGB Variations
Color information
#210613 (or 0x210613) is known color: Rustic Red. HEX triplet: 21, 06 and 13. RGB value is (33,6,19). Sum of RGB (Red+Green+Blue) = 33+6+19=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #210613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210613 is #DEF9EC. Grayscale: #0F0F0F. Windows color (decimal): -14612973 or 1246753. OLE color: 1246753.
HSL color Cylindrical-coordinate representation of color #210613: hue angle of 331.11º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210613 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 6 | 19 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.87 |
| HSL | 331.11º | 0.69% | 0.08% | - |
| HSV(B) | 331.11º | 0.82% | 0.13% | - |
| XYZ | 0.81 | 0.5 | 0.67 | - |
| YUV | 15.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 19 | 0 | 0.82 | 0.42 | 0.87 | 331.11 | 0.69 | 0.08 |
| Hex | 21 | 6 | 13 | 0 | 52 | 2A | 57 | 14B | 45 | 8 |
| Octal | 41 | 6 | 23 | 0 | 122 | 52 | 127 | 513 | 105 | 10 |
| Binary | 100001 | 110 | 10011 | 0 | 1010010 | 101010 | 1010111 | 101001011 | 1000101 | 1000 |
Color Harmonies of #210613
Complementary color
Monochromatic Colors of #210613
Black with #210613
Text Example
Text Example
White with #210613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210613; }
p { color: rgb(33,6,19); }
H1.HeaderClassName
{
color: #210613;
}
.AnyTagClassName
{
color: #210613;
}
</style>
background-color css
<style>
a { background-color: #210613; }
a { background-color: rgb(33,6,19); }
div.DivClassName
{
background-color: #210613;
}
.BgClassName
{
background-color: #210613;
}
</style>
border-color css
<style>
span { border-color: #210613; }
span { border-color: rgb(33,6,19); }
td.TdClassName
{
border-color: #210613;
}
.TagClassName
{
border-color: #210613;
}
</style>