Shades of Rustic Red #210B0F
Tints of Rustic Red #210B0F
RGB
CMYK
RGB Variations
Color information
#210B0F (or 0x210B0F) is known color: Rustic Red. HEX triplet: 21, 0B and 0F. RGB value is (33,11,15). Sum of RGB (Red+Green+Blue) = 33+11+15=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #210B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B0F is #DEF4F0. Grayscale: #121212. Windows color (decimal): -14611697 or 985889. OLE color: 985889.
HSL color Cylindrical-coordinate representation of color #210B0F: hue angle of 349.09º 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 #210B0F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 15 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.87 |
| HSL | 349.09º | 0.5% | 0.09% | - |
| HSV(B) | 349.09º | 0.67% | 0.13% | - |
| XYZ | 0.83 | 0.6 | 0.52 | - |
| YUV | 18.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 15 | 0 | 0.67 | 0.55 | 0.87 | 349.09 | 0.5 | 0.09 |
| Hex | 21 | B | F | 0 | 43 | 37 | 57 | 15D | 32 | 9 |
| Octal | 41 | 13 | 17 | 0 | 103 | 67 | 127 | 535 | 62 | 11 |
| Binary | 100001 | 1011 | 1111 | 0 | 1000011 | 110111 | 1010111 | 101011101 | 110010 | 1001 |
Color Harmonies of #210B0F
Complementary color
Monochromatic Colors of #210B0F
Black with #210B0F
Text Example
Text Example
White with #210B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B0F; }
p { color: rgb(33,11,15); }
H1.HeaderClassName
{
color: #210B0F;
}
.AnyTagClassName
{
color: #210B0F;
}
</style>
background-color css
<style>
a { background-color: #210B0F; }
a { background-color: rgb(33,11,15); }
div.DivClassName
{
background-color: #210B0F;
}
.BgClassName
{
background-color: #210B0F;
}
</style>
border-color css
<style>
span { border-color: #210B0F; }
span { border-color: rgb(33,11,15); }
td.TdClassName
{
border-color: #210B0F;
}
.TagClassName
{
border-color: #210B0F;
}
</style>