Shades of Rustic Red #21050D
Tints of Rustic Red #21050D
RGB
CMYK
RGB Variations
Color information
#21050D (or 0x21050D) is known color: Rustic Red. HEX triplet: 21, 05 and 0D. RGB value is (33,5,13). Sum of RGB (Red+Green+Blue) = 33+5+13=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #21050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21050D is #DEFAF2. Grayscale: #0E0E0E. Windows color (decimal): -14613235 or 853281. OLE color: 853281.
HSL color Cylindrical-coordinate representation of color #21050D: hue angle of 342.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21050D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 5 | 13 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.87 |
| HSL | 342.86º | 0.74% | 0.07% | - |
| HSV(B) | 342.86º | 0.85% | 0.13% | - |
| XYZ | 0.75 | 0.46 | 0.43 | - |
| YUV | 14.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 13 | 0 | 0.85 | 0.61 | 0.87 | 342.86 | 0.74 | 0.07 |
| Hex | 21 | 5 | D | 0 | 55 | 3D | 57 | 157 | 4A | 7 |
| Octal | 41 | 5 | 15 | 0 | 125 | 75 | 127 | 527 | 112 | 7 |
| Binary | 100001 | 101 | 1101 | 0 | 1010101 | 111101 | 1010111 | 101010111 | 1001010 | 111 |
Color Harmonies of #21050D
Complementary color
Monochromatic Colors of #21050D
Black with #21050D
Text Example
Text Example
White with #21050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21050D; }
p { color: rgb(33,5,13); }
H1.HeaderClassName
{
color: #21050D;
}
.AnyTagClassName
{
color: #21050D;
}
</style>
background-color css
<style>
a { background-color: #21050D; }
a { background-color: rgb(33,5,13); }
div.DivClassName
{
background-color: #21050D;
}
.BgClassName
{
background-color: #21050D;
}
</style>
border-color css
<style>
span { border-color: #21050D; }
span { border-color: rgb(33,5,13); }
td.TdClassName
{
border-color: #21050D;
}
.TagClassName
{
border-color: #21050D;
}
</style>