Shades of Rustic Red #21080A
Tints of Rustic Red #21080A
RGB
CMYK
RGB Variations
Color information
#21080A (or 0x21080A) is known color: Rustic Red. HEX triplet: 21, 08 and 0A. RGB value is (33,8,10). Sum of RGB (Red+Green+Blue) = 33+8+10=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #21080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21080A is #DEF7F5. Grayscale: #0F0F0F. Windows color (decimal): -14612470 or 657441. OLE color: 657441.
HSL color Cylindrical-coordinate representation of color #21080A: hue angle of 355.2º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21080A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 8 | 10 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.87 |
| HSL | 355.2º | 0.61% | 0.08% | - |
| HSV(B) | 355.2º | 0.76% | 0.13% | - |
| XYZ | 0.77 | 0.52 | 0.35 | - |
| YUV | 15.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 10 | 0 | 0.76 | 0.70 | 0.87 | 355.2 | 0.61 | 0.08 |
| Hex | 21 | 8 | A | 0 | 4C | 46 | 57 | 163 | 3D | 8 |
| Octal | 41 | 10 | 12 | 0 | 114 | 106 | 127 | 543 | 75 | 10 |
| Binary | 100001 | 1000 | 1010 | 0 | 1001100 | 1000110 | 1010111 | 101100011 | 111101 | 1000 |
Color Harmonies of #21080A
Complementary color
Monochromatic Colors of #21080A
Black with #21080A
Text Example
Text Example
White with #21080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21080A; }
p { color: rgb(33,8,10); }
H1.HeaderClassName
{
color: #21080A;
}
.AnyTagClassName
{
color: #21080A;
}
</style>
background-color css
<style>
a { background-color: #21080A; }
a { background-color: rgb(33,8,10); }
div.DivClassName
{
background-color: #21080A;
}
.BgClassName
{
background-color: #21080A;
}
</style>
border-color css
<style>
span { border-color: #21080A; }
span { border-color: rgb(33,8,10); }
td.TdClassName
{
border-color: #21080A;
}
.TagClassName
{
border-color: #21080A;
}
</style>