Shades of Rustic Red #200208
Tints of Rustic Red #200208
RGB
CMYK
RGB Variations
Color information
#200208 (or 0x200208) is known color: Rustic Red. HEX triplet: 20, 02 and 08. RGB value is (32,2,8). Sum of RGB (Red+Green+Blue) = 32+2+8=42 (5% of max value = 765). Red value is 32 (12.89% from 255 or 76.19% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 32 - color contains mainly: red. Hex color #200208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200208 is #DFFDF7. Grayscale: #0B0B0B. Windows color (decimal): -14679544 or 524832. OLE color: 524832.
HSL color Cylindrical-coordinate representation of color #200208: hue angle of 348º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200208 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 2 | 8 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.87 |
| HSL | 348º | 0.88% | 0.07% | - |
| HSV(B) | 348º | 0.94% | 0.13% | - |
| XYZ | 0.66 | 0.37 | 0.27 | - |
| YUV | 11.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 8 | 0 | 0.94 | 0.75 | 0.87 | 348 | 0.88 | 0.07 |
| Hex | 20 | 2 | 8 | 0 | 5E | 4B | 57 | 15C | 58 | 7 |
| Octal | 40 | 2 | 10 | 0 | 136 | 113 | 127 | 534 | 130 | 7 |
| Binary | 100000 | 10 | 1000 | 0 | 1011110 | 1001011 | 1010111 | 101011100 | 1011000 | 111 |
Color Harmonies of #200208
Complementary color
Monochromatic Colors of #200208
Black with #200208
Text Example
Text Example
White with #200208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200208; }
p { color: rgb(32,2,8); }
H1.HeaderClassName
{
color: #200208;
}
.AnyTagClassName
{
color: #200208;
}
</style>
background-color css
<style>
a { background-color: #200208; }
a { background-color: rgb(32,2,8); }
div.DivClassName
{
background-color: #200208;
}
.BgClassName
{
background-color: #200208;
}
</style>
border-color css
<style>
span { border-color: #200208; }
span { border-color: rgb(32,2,8); }
td.TdClassName
{
border-color: #200208;
}
.TagClassName
{
border-color: #200208;
}
</style>