Shades of Rustic Red #21040D
Tints of Rustic Red #21040D
RGB
CMYK
RGB Variations
Color information
#21040D (or 0x21040D) is known color: Rustic Red. HEX triplet: 21, 04 and 0D. RGB value is (33,4,13). Sum of RGB (Red+Green+Blue) = 33+4+13=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #21040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21040D is #DEFBF2. Grayscale: #0D0D0D. Windows color (decimal): -14613491 or 853025. OLE color: 853025.
HSL color Cylindrical-coordinate representation of color #21040D: hue angle of 341.38º 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 #21040D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 13 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.87 |
| HSL | 341.38º | 0.78% | 0.07% | - |
| HSV(B) | 341.38º | 0.88% | 0.13% | - |
| XYZ | 0.74 | 0.44 | 0.43 | - |
| YUV | 13.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 13 | 0 | 0.88 | 0.61 | 0.87 | 341.38 | 0.78 | 0.07 |
| Hex | 21 | 4 | D | 0 | 58 | 3D | 57 | 155 | 4E | 7 |
| Octal | 41 | 4 | 15 | 0 | 130 | 75 | 127 | 525 | 116 | 7 |
| Binary | 100001 | 100 | 1101 | 0 | 1011000 | 111101 | 1010111 | 101010101 | 1001110 | 111 |
Color Harmonies of #21040D
Complementary color
Monochromatic Colors of #21040D
Black with #21040D
Text Example
Text Example
White with #21040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21040D; }
p { color: rgb(33,4,13); }
H1.HeaderClassName
{
color: #21040D;
}
.AnyTagClassName
{
color: #21040D;
}
</style>
background-color css
<style>
a { background-color: #21040D; }
a { background-color: rgb(33,4,13); }
div.DivClassName
{
background-color: #21040D;
}
.BgClassName
{
background-color: #21040D;
}
</style>
border-color css
<style>
span { border-color: #21040D; }
span { border-color: rgb(33,4,13); }
td.TdClassName
{
border-color: #21040D;
}
.TagClassName
{
border-color: #21040D;
}
</style>