Shades of Rustic Red #200A0C
Tints of Rustic Red #200A0C
RGB
CMYK
RGB Variations
Color information
#200A0C (or 0x200A0C) is known color: Rustic Red. HEX triplet: 20, 0A and 0C. RGB value is (32,10,12). Sum of RGB (Red+Green+Blue) = 32+10+12=54 (7% of max value = 765). Red value is 32 (12.89% from 255 or 59.26% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 32 - color contains mainly: red. Hex color #200A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A0C is #DFF5F3. Grayscale: #101010. Windows color (decimal): -14677492 or 789024. OLE color: 789024.
HSL color Cylindrical-coordinate representation of color #200A0C: hue angle of 354.55º 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 #200A0C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 12 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.87 |
| HSL | 354.55º | 0.52% | 0.08% | - |
| HSV(B) | 354.55º | 0.69% | 0.13% | - |
| XYZ | 0.77 | 0.55 | 0.41 | - |
| YUV | 16.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 12 | 0 | 0.69 | 0.63 | 0.87 | 354.55 | 0.52 | 0.08 |
| Hex | 20 | A | C | 0 | 45 | 3F | 57 | 163 | 34 | 8 |
| Octal | 40 | 12 | 14 | 0 | 105 | 77 | 127 | 543 | 64 | 10 |
| Binary | 100000 | 1010 | 1100 | 0 | 1000101 | 111111 | 1010111 | 101100011 | 110100 | 1000 |
Color Harmonies of #200A0C
Complementary color
Monochromatic Colors of #200A0C
Black with #200A0C
Text Example
Text Example
White with #200A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A0C; }
p { color: rgb(32,10,12); }
H1.HeaderClassName
{
color: #200A0C;
}
.AnyTagClassName
{
color: #200A0C;
}
</style>
background-color css
<style>
a { background-color: #200A0C; }
a { background-color: rgb(32,10,12); }
div.DivClassName
{
background-color: #200A0C;
}
.BgClassName
{
background-color: #200A0C;
}
</style>
border-color css
<style>
span { border-color: #200A0C; }
span { border-color: rgb(32,10,12); }
td.TdClassName
{
border-color: #200A0C;
}
.TagClassName
{
border-color: #200A0C;
}
</style>