Shades of Rustic Red #21070B
Tints of Rustic Red #21070B
RGB
CMYK
RGB Variations
Color information
#21070B (or 0x21070B) is known color: Rustic Red. HEX triplet: 21, 07 and 0B. RGB value is (33,7,11). Sum of RGB (Red+Green+Blue) = 33+7+11=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #21070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21070B is #DEF8F4. Grayscale: #0F0F0F. Windows color (decimal): -14612725 or 722721. OLE color: 722721.
HSL color Cylindrical-coordinate representation of color #21070B: hue angle of 350.77º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21070B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 7 | 11 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.87 |
| HSL | 350.77º | 0.65% | 0.08% | - |
| HSV(B) | 350.77º | 0.79% | 0.13% | - |
| XYZ | 0.76 | 0.5 | 0.37 | - |
| YUV | 15.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 11 | 0 | 0.79 | 0.67 | 0.87 | 350.77 | 0.65 | 0.08 |
| Hex | 21 | 7 | B | 0 | 4F | 43 | 57 | 15F | 41 | 8 |
| Octal | 41 | 7 | 13 | 0 | 117 | 103 | 127 | 537 | 101 | 10 |
| Binary | 100001 | 111 | 1011 | 0 | 1001111 | 1000011 | 1010111 | 101011111 | 1000001 | 1000 |
Color Harmonies of #21070B
Complementary color
Monochromatic Colors of #21070B
Black with #21070B
Text Example
Text Example
White with #21070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21070B; }
p { color: rgb(33,7,11); }
H1.HeaderClassName
{
color: #21070B;
}
.AnyTagClassName
{
color: #21070B;
}
</style>
background-color css
<style>
a { background-color: #21070B; }
a { background-color: rgb(33,7,11); }
div.DivClassName
{
background-color: #21070B;
}
.BgClassName
{
background-color: #21070B;
}
</style>
border-color css
<style>
span { border-color: #21070B; }
span { border-color: rgb(33,7,11); }
td.TdClassName
{
border-color: #21070B;
}
.TagClassName
{
border-color: #21070B;
}
</style>