Shades of Rustic Red #210109
Tints of Rustic Red #210109
RGB
CMYK
RGB Variations
Color information
#210109 (or 0x210109) is known color: Rustic Red. HEX triplet: 21, 01 and 09. RGB value is (33,1,9). Sum of RGB (Red+Green+Blue) = 33+1+9=43 (5% of max value = 765). Red value is 33 (13.28% from 255 or 76.74% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 33 - color contains mainly: red. Hex color #210109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210109 is #DEFEF6. Grayscale: #0B0B0B. Windows color (decimal): -14614263 or 590113. OLE color: 590113.
HSL color Cylindrical-coordinate representation of color #210109: hue angle of 345º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210109 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 1 | 9 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.87 |
| HSL | 345º | 0.94% | 0.07% | - |
| HSV(B) | 345º | 0.97% | 0.13% | - |
| XYZ | 0.69 | 0.36 | 0.29 | - |
| YUV | 11.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 9 | 0 | 0.97 | 0.73 | 0.87 | 345 | 0.94 | 0.07 |
| Hex | 21 | 1 | 9 | 0 | 61 | 49 | 57 | 159 | 5E | 7 |
| Octal | 41 | 1 | 11 | 0 | 141 | 111 | 127 | 531 | 136 | 7 |
| Binary | 100001 | 1 | 1001 | 0 | 1100001 | 1001001 | 1010111 | 101011001 | 1011110 | 111 |
Color Harmonies of #210109
Complementary color
Monochromatic Colors of #210109
Black with #210109
Text Example
Text Example
White with #210109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210109; }
p { color: rgb(33,1,9); }
H1.HeaderClassName
{
color: #210109;
}
.AnyTagClassName
{
color: #210109;
}
</style>
background-color css
<style>
a { background-color: #210109; }
a { background-color: rgb(33,1,9); }
div.DivClassName
{
background-color: #210109;
}
.BgClassName
{
background-color: #210109;
}
</style>
border-color css
<style>
span { border-color: #210109; }
span { border-color: rgb(33,1,9); }
td.TdClassName
{
border-color: #210109;
}
.TagClassName
{
border-color: #210109;
}
</style>