Shades of Rustic Red #200512
Tints of Rustic Red #200512
RGB
CMYK
RGB Variations
Color information
#200512 (or 0x200512) is known color: Rustic Red. HEX triplet: 20, 05 and 12. RGB value is (32,5,18). Sum of RGB (Red+Green+Blue) = 32+5+18=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200512 is #DFFAED. Grayscale: #0E0E0E. Windows color (decimal): -14678766 or 1180960. OLE color: 1180960.
HSL color Cylindrical-coordinate representation of color #200512: hue angle of 331.11º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200512 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 18 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.87 |
| HSL | 331.11º | 0.73% | 0.07% | - |
| HSV(B) | 331.11º | 0.84% | 0.13% | - |
| XYZ | 0.76 | 0.46 | 0.62 | - |
| YUV | 14.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 18 | 0 | 0.84 | 0.44 | 0.87 | 331.11 | 0.73 | 0.07 |
| Hex | 20 | 5 | 12 | 0 | 54 | 2C | 57 | 14B | 49 | 7 |
| Octal | 40 | 5 | 22 | 0 | 124 | 54 | 127 | 513 | 111 | 7 |
| Binary | 100000 | 101 | 10010 | 0 | 1010100 | 101100 | 1010111 | 101001011 | 1001001 | 111 |
Color Harmonies of #200512
Complementary color
Monochromatic Colors of #200512
Black with #200512
Text Example
Text Example
White with #200512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200512; }
p { color: rgb(32,5,18); }
H1.HeaderClassName
{
color: #200512;
}
.AnyTagClassName
{
color: #200512;
}
</style>
background-color css
<style>
a { background-color: #200512; }
a { background-color: rgb(32,5,18); }
div.DivClassName
{
background-color: #200512;
}
.BgClassName
{
background-color: #200512;
}
</style>
border-color css
<style>
span { border-color: #200512; }
span { border-color: rgb(32,5,18); }
td.TdClassName
{
border-color: #200512;
}
.TagClassName
{
border-color: #200512;
}
</style>