Shades of Rustic Red #21020F
Tints of Rustic Red #21020F
RGB
CMYK
RGB Variations
Color information
#21020F (or 0x21020F) is known color: Rustic Red. HEX triplet: 21, 02 and 0F. RGB value is (33,2,15). Sum of RGB (Red+Green+Blue) = 33+2+15=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #21020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21020F is #DEFDF0. Grayscale: #0C0C0C. Windows color (decimal): -14614001 or 983585. OLE color: 983585.
HSL color Cylindrical-coordinate representation of color #21020F: hue angle of 334.84º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21020F is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 2 | 15 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.87 |
| HSL | 334.84º | 0.89% | 0.07% | - |
| HSV(B) | 334.84º | 0.94% | 0.13% | - |
| XYZ | 0.74 | 0.4 | 0.49 | - |
| YUV | 12.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 15 | 0 | 0.94 | 0.55 | 0.87 | 334.84 | 0.89 | 0.07 |
| Hex | 21 | 2 | F | 0 | 5E | 37 | 57 | 14F | 59 | 7 |
| Octal | 41 | 2 | 17 | 0 | 136 | 67 | 127 | 517 | 131 | 7 |
| Binary | 100001 | 10 | 1111 | 0 | 1011110 | 110111 | 1010111 | 101001111 | 1011001 | 111 |
Color Harmonies of #21020F
Complementary color
Monochromatic Colors of #21020F
Black with #21020F
Text Example
Text Example
White with #21020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21020F; }
p { color: rgb(33,2,15); }
H1.HeaderClassName
{
color: #21020F;
}
.AnyTagClassName
{
color: #21020F;
}
</style>
background-color css
<style>
a { background-color: #21020F; }
a { background-color: rgb(33,2,15); }
div.DivClassName
{
background-color: #21020F;
}
.BgClassName
{
background-color: #21020F;
}
</style>
border-color css
<style>
span { border-color: #21020F; }
span { border-color: rgb(33,2,15); }
td.TdClassName
{
border-color: #21020F;
}
.TagClassName
{
border-color: #21020F;
}
</style>