Shades of Rustic Red #21070F
Tints of Rustic Red #21070F
RGB
CMYK
RGB Variations
Color information
#21070F (or 0x21070F) is known color: Rustic Red. HEX triplet: 21, 07 and 0F. RGB value is (33,7,15). Sum of RGB (Red+Green+Blue) = 33+7+15=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #21070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21070F is #DEF8F0. Grayscale: #0F0F0F. Windows color (decimal): -14612721 or 984865. OLE color: 984865.
HSL color Cylindrical-coordinate representation of color #21070F: hue angle of 341.54º 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 #21070F is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 7 | 15 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.87 |
| HSL | 341.54º | 0.65% | 0.08% | - |
| HSV(B) | 341.54º | 0.79% | 0.13% | - |
| XYZ | 0.79 | 0.51 | 0.51 | - |
| YUV | 15.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 15 | 0 | 0.79 | 0.55 | 0.87 | 341.54 | 0.65 | 0.08 |
| Hex | 21 | 7 | F | 0 | 4F | 37 | 57 | 156 | 41 | 8 |
| Octal | 41 | 7 | 17 | 0 | 117 | 67 | 127 | 526 | 101 | 10 |
| Binary | 100001 | 111 | 1111 | 0 | 1001111 | 110111 | 1010111 | 101010110 | 1000001 | 1000 |
Color Harmonies of #21070F
Complementary color
Monochromatic Colors of #21070F
Black with #21070F
Text Example
Text Example
White with #21070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21070F; }
p { color: rgb(33,7,15); }
H1.HeaderClassName
{
color: #21070F;
}
.AnyTagClassName
{
color: #21070F;
}
</style>
background-color css
<style>
a { background-color: #21070F; }
a { background-color: rgb(33,7,15); }
div.DivClassName
{
background-color: #21070F;
}
.BgClassName
{
background-color: #21070F;
}
</style>
border-color css
<style>
span { border-color: #21070F; }
span { border-color: rgb(33,7,15); }
td.TdClassName
{
border-color: #21070F;
}
.TagClassName
{
border-color: #21070F;
}
</style>