Shades of Rustic Red #21000A
Tints of Rustic Red #21000A
RGB
CMYK
RGB Variations
Color information
#21000A (or 0x21000A) is known color: Rustic Red. HEX triplet: 21, 00 and 0A. RGB value is (33,0,10). Sum of RGB (Red+Green+Blue) = 33+0+10=43 (5% of max value = 765). Red value is 33 (13.28% from 255 or 76.74% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 33 - color contains mainly: red. Hex color #21000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21000A is #DEFFF5. Grayscale: #0B0B0B. Windows color (decimal): -14614518 or 655393. OLE color: 655393.
HSL color Cylindrical-coordinate representation of color #21000A: hue angle of 341.82º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21000A is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.70 | 0.87 |
| HSL | 341.82º | 1% | 0.06% | - |
| HSV(B) | 341.82º | 1% | 0.13% | - |
| XYZ | 0.68 | 0.35 | 0.32 | - |
| YUV | 11.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 10 | 0 | 1 | 0.70 | 0.87 | 341.82 | 1 | 0.06 |
| Hex | 21 | 0 | A | 0 | 64 | 46 | 57 | 156 | 64 | 6 |
| Octal | 41 | 0 | 12 | 0 | 144 | 106 | 127 | 526 | 144 | 6 |
| Binary | 100001 | 0 | 1010 | 0 | 1100100 | 1000110 | 1010111 | 101010110 | 1100100 | 110 |
Color Harmonies of #21000A
Complementary color
Monochromatic Colors of #21000A
Black with #21000A
Text Example
Text Example
White with #21000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21000A; }
p { color: rgb(33,0,10); }
H1.HeaderClassName
{
color: #21000A;
}
.AnyTagClassName
{
color: #21000A;
}
</style>
background-color css
<style>
a { background-color: #21000A; }
a { background-color: rgb(33,0,10); }
div.DivClassName
{
background-color: #21000A;
}
.BgClassName
{
background-color: #21000A;
}
</style>
border-color css
<style>
span { border-color: #21000A; }
span { border-color: rgb(33,0,10); }
td.TdClassName
{
border-color: #21000A;
}
.TagClassName
{
border-color: #21000A;
}
</style>