Shades of Rustic Red #210407
Tints of Rustic Red #210407
RGB
CMYK
RGB Variations
Color information
#210407 (or 0x210407) is known color: Rustic Red. HEX triplet: 21, 04 and 07. RGB value is (33,4,7). Sum of RGB (Red+Green+Blue) = 33+4+7=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #210407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210407 is #DEFBF8. Grayscale: #0D0D0D. Windows color (decimal): -14613497 or 459809. OLE color: 459809.
HSL color Cylindrical-coordinate representation of color #210407: hue angle of 353.79º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210407 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 7 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.87 |
| HSL | 353.79º | 0.78% | 0.07% | - |
| HSV(B) | 353.79º | 0.88% | 0.13% | - |
| XYZ | 0.71 | 0.43 | 0.25 | - |
| YUV | 13.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 7 | 0 | 0.88 | 0.79 | 0.87 | 353.79 | 0.78 | 0.07 |
| Hex | 21 | 4 | 7 | 0 | 58 | 4F | 57 | 162 | 4E | 7 |
| Octal | 41 | 4 | 7 | 0 | 130 | 117 | 127 | 542 | 116 | 7 |
| Binary | 100001 | 100 | 111 | 0 | 1011000 | 1001111 | 1010111 | 101100010 | 1001110 | 111 |
Color Harmonies of #210407
Complementary color
Monochromatic Colors of #210407
Black with #210407
Text Example
Text Example
White with #210407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210407; }
p { color: rgb(33,4,7); }
H1.HeaderClassName
{
color: #210407;
}
.AnyTagClassName
{
color: #210407;
}
</style>
background-color css
<style>
a { background-color: #210407; }
a { background-color: rgb(33,4,7); }
div.DivClassName
{
background-color: #210407;
}
.BgClassName
{
background-color: #210407;
}
</style>
border-color css
<style>
span { border-color: #210407; }
span { border-color: rgb(33,4,7); }
td.TdClassName
{
border-color: #210407;
}
.TagClassName
{
border-color: #210407;
}
</style>