Shades of Rustic Red #210B13
Tints of Rustic Red #210B13
RGB
CMYK
RGB Variations
Color information
#210B13 (or 0x210B13) is known color: Rustic Red. HEX triplet: 21, 0B and 13. RGB value is (33,11,19). Sum of RGB (Red+Green+Blue) = 33+11+19=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B13 is #DEF4EC. Grayscale: #121212. Windows color (decimal): -14611693 or 1248033. OLE color: 1248033.
HSL color Cylindrical-coordinate representation of color #210B13: hue angle of 338.18º 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 #210B13 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 19 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.87 |
| HSL | 338.18º | 0.5% | 0.09% | - |
| HSV(B) | 338.18º | 0.67% | 0.13% | - |
| XYZ | 0.86 | 0.61 | 0.69 | - |
| YUV | 18.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 19 | 0 | 0.67 | 0.42 | 0.87 | 338.18 | 0.5 | 0.09 |
| Hex | 21 | B | 13 | 0 | 43 | 2A | 57 | 152 | 32 | 9 |
| Octal | 41 | 13 | 23 | 0 | 103 | 52 | 127 | 522 | 62 | 11 |
| Binary | 100001 | 1011 | 10011 | 0 | 1000011 | 101010 | 1010111 | 101010010 | 110010 | 1001 |
Color Harmonies of #210B13
Complementary color
Monochromatic Colors of #210B13
Black with #210B13
Text Example
Text Example
White with #210B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B13; }
p { color: rgb(33,11,19); }
H1.HeaderClassName
{
color: #210B13;
}
.AnyTagClassName
{
color: #210B13;
}
</style>
background-color css
<style>
a { background-color: #210B13; }
a { background-color: rgb(33,11,19); }
div.DivClassName
{
background-color: #210B13;
}
.BgClassName
{
background-color: #210B13;
}
</style>
border-color css
<style>
span { border-color: #210B13; }
span { border-color: rgb(33,11,19); }
td.TdClassName
{
border-color: #210B13;
}
.TagClassName
{
border-color: #210B13;
}
</style>