Shades of Rustic Red #200A10
Tints of Rustic Red #200A10
RGB
CMYK
RGB Variations
Color information
#200A10 (or 0x200A10) is known color: Rustic Red. HEX triplet: 20, 0A and 10. RGB value is (32,10,16). Sum of RGB (Red+Green+Blue) = 32+10+16=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A10 is #DFF5EF. Grayscale: #111111. Windows color (decimal): -14677488 or 1051168. OLE color: 1051168.
HSL color Cylindrical-coordinate representation of color #200A10: hue angle of 343.64º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A10 is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 16 | - |
| CMYK | 0 | 0.69 | 0.5 | 0.87 |
| HSL | 343.64º | 0.52% | 0.08% | - |
| HSV(B) | 343.64º | 0.69% | 0.13% | - |
| XYZ | 0.8 | 0.56 | 0.56 | - |
| YUV | 17.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 16 | 0 | 0.69 | 0.5 | 0.87 | 343.64 | 0.52 | 0.08 |
| Hex | 20 | A | 10 | 0 | 45 | 32 | 57 | 158 | 34 | 8 |
| Octal | 40 | 12 | 20 | 0 | 105 | 62 | 127 | 530 | 64 | 10 |
| Binary | 100000 | 1010 | 10000 | 0 | 1000101 | 110010 | 1010111 | 101011000 | 110100 | 1000 |
Color Harmonies of #200A10
Complementary color
Monochromatic Colors of #200A10
Black with #200A10
Text Example
Text Example
White with #200A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A10; }
p { color: rgb(32,10,16); }
H1.HeaderClassName
{
color: #200A10;
}
.AnyTagClassName
{
color: #200A10;
}
</style>
background-color css
<style>
a { background-color: #200A10; }
a { background-color: rgb(32,10,16); }
div.DivClassName
{
background-color: #200A10;
}
.BgClassName
{
background-color: #200A10;
}
</style>
border-color css
<style>
span { border-color: #200A10; }
span { border-color: rgb(32,10,16); }
td.TdClassName
{
border-color: #200A10;
}
.TagClassName
{
border-color: #200A10;
}
</style>