Shades of Rustic Red #21090C
Tints of Rustic Red #21090C
RGB
CMYK
RGB Variations
Color information
#21090C (or 0x21090C) is known color: Rustic Red. HEX triplet: 21, 09 and 0C. RGB value is (33,9,12). Sum of RGB (Red+Green+Blue) = 33+9+12=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #21090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21090C is #DEF6F3. Grayscale: #101010. Windows color (decimal): -14612212 or 788769. OLE color: 788769.
HSL color Cylindrical-coordinate representation of color #21090C: hue angle of 352.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21090C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 9 | 12 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.87 |
| HSL | 352.5º | 0.57% | 0.08% | - |
| HSV(B) | 352.5º | 0.73% | 0.13% | - |
| XYZ | 0.79 | 0.55 | 0.41 | - |
| YUV | 16.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 12 | 0 | 0.73 | 0.64 | 0.87 | 352.5 | 0.57 | 0.08 |
| Hex | 21 | 9 | C | 0 | 49 | 40 | 57 | 160 | 39 | 8 |
| Octal | 41 | 11 | 14 | 0 | 111 | 100 | 127 | 540 | 71 | 10 |
| Binary | 100001 | 1001 | 1100 | 0 | 1001001 | 1000000 | 1010111 | 101100000 | 111001 | 1000 |
Color Harmonies of #21090C
Complementary color
Monochromatic Colors of #21090C
Black with #21090C
Text Example
Text Example
White with #21090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21090C; }
p { color: rgb(33,9,12); }
H1.HeaderClassName
{
color: #21090C;
}
.AnyTagClassName
{
color: #21090C;
}
</style>
background-color css
<style>
a { background-color: #21090C; }
a { background-color: rgb(33,9,12); }
div.DivClassName
{
background-color: #21090C;
}
.BgClassName
{
background-color: #21090C;
}
</style>
border-color css
<style>
span { border-color: #21090C; }
span { border-color: rgb(33,9,12); }
td.TdClassName
{
border-color: #21090C;
}
.TagClassName
{
border-color: #21090C;
}
</style>