Shades of Rustic Red #210B0D
Tints of Rustic Red #210B0D
RGB
CMYK
RGB Variations
Color information
#210B0D (or 0x210B0D) is known color: Rustic Red. HEX triplet: 21, 0B and 0D. RGB value is (33,11,13). Sum of RGB (Red+Green+Blue) = 33+11+13=57 (7% of max value = 765). Red value is 33 (13.28% from 255 or 57.89% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 33 - color contains mainly: red. Hex color #210B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B0D is #DEF4F2. Grayscale: #111111. Windows color (decimal): -14611699 or 854817. OLE color: 854817.
HSL color Cylindrical-coordinate representation of color #210B0D: hue angle of 354.55º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210B0D is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 13 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.87 |
| HSL | 354.55º | 0.5% | 0.09% | - |
| HSV(B) | 354.55º | 0.67% | 0.13% | - |
| XYZ | 0.82 | 0.59 | 0.45 | - |
| YUV | 17.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 13 | 0 | 0.67 | 0.61 | 0.87 | 354.55 | 0.5 | 0.09 |
| Hex | 21 | B | D | 0 | 43 | 3D | 57 | 163 | 32 | 9 |
| Octal | 41 | 13 | 15 | 0 | 103 | 75 | 127 | 543 | 62 | 11 |
| Binary | 100001 | 1011 | 1101 | 0 | 1000011 | 111101 | 1010111 | 101100011 | 110010 | 1001 |
Color Harmonies of #210B0D
Complementary color
Monochromatic Colors of #210B0D
Black with #210B0D
Text Example
Text Example
White with #210B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B0D; }
p { color: rgb(33,11,13); }
H1.HeaderClassName
{
color: #210B0D;
}
.AnyTagClassName
{
color: #210B0D;
}
</style>
background-color css
<style>
a { background-color: #210B0D; }
a { background-color: rgb(33,11,13); }
div.DivClassName
{
background-color: #210B0D;
}
.BgClassName
{
background-color: #210B0D;
}
</style>
border-color css
<style>
span { border-color: #210B0D; }
span { border-color: rgb(33,11,13); }
td.TdClassName
{
border-color: #210B0D;
}
.TagClassName
{
border-color: #210B0D;
}
</style>