Shades of Rustic Red #21010C
Tints of Rustic Red #21010C
RGB
CMYK
RGB Variations
Color information
#21010C (or 0x21010C) is known color: Rustic Red. HEX triplet: 21, 01 and 0C. RGB value is (33,1,12). Sum of RGB (Red+Green+Blue) = 33+1+12=46 (6% of max value = 765). Red value is 33 (13.28% from 255 or 71.74% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 33 - color contains mainly: red. Hex color #21010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21010C is #DEFEF3. Grayscale: #0B0B0B. Windows color (decimal): -14614260 or 786721. OLE color: 786721.
HSL color Cylindrical-coordinate representation of color #21010C: hue angle of 339.38º 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 #21010C is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 1 | 12 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.87 |
| HSL | 339.38º | 0.94% | 0.07% | - |
| HSV(B) | 339.38º | 0.97% | 0.13% | - |
| XYZ | 0.7 | 0.37 | 0.38 | - |
| YUV | 11.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 12 | 0 | 0.97 | 0.64 | 0.87 | 339.38 | 0.94 | 0.07 |
| Hex | 21 | 1 | C | 0 | 61 | 40 | 57 | 153 | 5E | 7 |
| Octal | 41 | 1 | 14 | 0 | 141 | 100 | 127 | 523 | 136 | 7 |
| Binary | 100001 | 1 | 1100 | 0 | 1100001 | 1000000 | 1010111 | 101010011 | 1011110 | 111 |
Color Harmonies of #21010C
Complementary color
Monochromatic Colors of #21010C
Black with #21010C
Text Example
Text Example
White with #21010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21010C; }
p { color: rgb(33,1,12); }
H1.HeaderClassName
{
color: #21010C;
}
.AnyTagClassName
{
color: #21010C;
}
</style>
background-color css
<style>
a { background-color: #21010C; }
a { background-color: rgb(33,1,12); }
div.DivClassName
{
background-color: #21010C;
}
.BgClassName
{
background-color: #21010C;
}
</style>
border-color css
<style>
span { border-color: #21010C; }
span { border-color: rgb(33,1,12); }
td.TdClassName
{
border-color: #21010C;
}
.TagClassName
{
border-color: #21010C;
}
</style>