Shades of Rustic Red #21010B
Tints of Rustic Red #21010B
RGB
CMYK
RGB Variations
Color information
#21010B (or 0x21010B) is known color: Rustic Red. HEX triplet: 21, 01 and 0B. RGB value is (33,1,11). Sum of RGB (Red+Green+Blue) = 33+1+11=45 (5% of max value = 765). Red value is 33 (13.28% from 255 or 73.33% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 33 - color contains mainly: red. Hex color #21010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21010B is #DEFEF4. Grayscale: #0B0B0B. Windows color (decimal): -14614261 or 721185. OLE color: 721185.
HSL color Cylindrical-coordinate representation of color #21010B: hue angle of 341.25º 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 #21010B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 1 | 11 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.87 |
| HSL | 341.25º | 0.94% | 0.07% | - |
| HSV(B) | 341.25º | 0.97% | 0.13% | - |
| XYZ | 0.7 | 0.37 | 0.35 | - |
| YUV | 11.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 11 | 0 | 0.97 | 0.67 | 0.87 | 341.25 | 0.94 | 0.07 |
| Hex | 21 | 1 | B | 0 | 61 | 43 | 57 | 155 | 5E | 7 |
| Octal | 41 | 1 | 13 | 0 | 141 | 103 | 127 | 525 | 136 | 7 |
| Binary | 100001 | 1 | 1011 | 0 | 1100001 | 1000011 | 1010111 | 101010101 | 1011110 | 111 |
Color Harmonies of #21010B
Complementary color
Monochromatic Colors of #21010B
Black with #21010B
Text Example
Text Example
White with #21010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21010B; }
p { color: rgb(33,1,11); }
H1.HeaderClassName
{
color: #21010B;
}
.AnyTagClassName
{
color: #21010B;
}
</style>
background-color css
<style>
a { background-color: #21010B; }
a { background-color: rgb(33,1,11); }
div.DivClassName
{
background-color: #21010B;
}
.BgClassName
{
background-color: #21010B;
}
</style>
border-color css
<style>
span { border-color: #21010B; }
span { border-color: rgb(33,1,11); }
td.TdClassName
{
border-color: #21010B;
}
.TagClassName
{
border-color: #21010B;
}
</style>