Shades of Rustic Red #200507
Tints of Rustic Red #200507
RGB
CMYK
RGB Variations
Color information
#200507 (or 0x200507) is known color: Rustic Red. HEX triplet: 20, 05 and 07. RGB value is (32,5,7). Sum of RGB (Red+Green+Blue) = 32+5+7=44 (5% of max value = 765). Red value is 32 (12.89% from 255 or 72.73% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 32 - color contains mainly: red. Hex color #200507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200507 is #DFFAF8. Grayscale: #0D0D0D. Windows color (decimal): -14678777 or 460064. OLE color: 460064.
HSL color Cylindrical-coordinate representation of color #200507: hue angle of 355.56º 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 #200507 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 7 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.87 |
| HSL | 355.56º | 0.73% | 0.07% | - |
| HSV(B) | 355.56º | 0.84% | 0.13% | - |
| XYZ | 0.69 | 0.43 | 0.25 | - |
| YUV | 13.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 7 | 0 | 0.84 | 0.78 | 0.87 | 355.56 | 0.73 | 0.07 |
| Hex | 20 | 5 | 7 | 0 | 54 | 4E | 57 | 164 | 49 | 7 |
| Octal | 40 | 5 | 7 | 0 | 124 | 116 | 127 | 544 | 111 | 7 |
| Binary | 100000 | 101 | 111 | 0 | 1010100 | 1001110 | 1010111 | 101100100 | 1001001 | 111 |
Color Harmonies of #200507
Complementary color
Monochromatic Colors of #200507
Black with #200507
Text Example
Text Example
White with #200507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200507; }
p { color: rgb(32,5,7); }
H1.HeaderClassName
{
color: #200507;
}
.AnyTagClassName
{
color: #200507;
}
</style>
background-color css
<style>
a { background-color: #200507; }
a { background-color: rgb(32,5,7); }
div.DivClassName
{
background-color: #200507;
}
.BgClassName
{
background-color: #200507;
}
</style>
border-color css
<style>
span { border-color: #200507; }
span { border-color: rgb(32,5,7); }
td.TdClassName
{
border-color: #200507;
}
.TagClassName
{
border-color: #200507;
}
</style>