Shades of Rustic Red #21040B
Tints of Rustic Red #21040B
RGB
CMYK
RGB Variations
Color information
#21040B (or 0x21040B) is known color: Rustic Red. HEX triplet: 21, 04 and 0B. RGB value is (33,4,11). Sum of RGB (Red+Green+Blue) = 33+4+11=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #21040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21040B is #DEFBF4. Grayscale: #0D0D0D. Windows color (decimal): -14613493 or 721953. OLE color: 721953.
HSL color Cylindrical-coordinate representation of color #21040B: hue angle of 345.52º 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 #21040B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 11 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.87 |
| HSL | 345.52º | 0.78% | 0.07% | - |
| HSV(B) | 345.52º | 0.88% | 0.13% | - |
| XYZ | 0.73 | 0.43 | 0.36 | - |
| YUV | 13.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 11 | 0 | 0.88 | 0.67 | 0.87 | 345.52 | 0.78 | 0.07 |
| Hex | 21 | 4 | B | 0 | 58 | 43 | 57 | 15A | 4E | 7 |
| Octal | 41 | 4 | 13 | 0 | 130 | 103 | 127 | 532 | 116 | 7 |
| Binary | 100001 | 100 | 1011 | 0 | 1011000 | 1000011 | 1010111 | 101011010 | 1001110 | 111 |
Color Harmonies of #21040B
Complementary color
Monochromatic Colors of #21040B
Black with #21040B
Text Example
Text Example
White with #21040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21040B; }
p { color: rgb(33,4,11); }
H1.HeaderClassName
{
color: #21040B;
}
.AnyTagClassName
{
color: #21040B;
}
</style>
background-color css
<style>
a { background-color: #21040B; }
a { background-color: rgb(33,4,11); }
div.DivClassName
{
background-color: #21040B;
}
.BgClassName
{
background-color: #21040B;
}
</style>
border-color css
<style>
span { border-color: #21040B; }
span { border-color: rgb(33,4,11); }
td.TdClassName
{
border-color: #21040B;
}
.TagClassName
{
border-color: #21040B;
}
</style>