Shades of Rustic Red #200F13
Tints of Rustic Red #200F13
RGB
CMYK
RGB Variations
Color information
#200F13 (or 0x200F13) is known color: Rustic Red. HEX triplet: 20, 0F and 13. RGB value is (32,15,19). Sum of RGB (Red+Green+Blue) = 32+15+19=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #200F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F13 is #DFF0EC. Grayscale: #141414. Windows color (decimal): -14676205 or 1249056. OLE color: 1249056.
HSL color Cylindrical-coordinate representation of color #200F13: hue angle of 345.88º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #200F13 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 15 | 19 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.87 |
| HSL | 345.88º | 0.36% | 0.09% | - |
| HSV(B) | 345.88º | 0.53% | 0.13% | - |
| XYZ | 0.88 | 0.7 | 0.7 | - |
| YUV | 20.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 19 | 0 | 0.53 | 0.41 | 0.87 | 345.88 | 0.36 | 0.09 |
| Hex | 20 | F | 13 | 0 | 35 | 29 | 57 | 15A | 24 | 9 |
| Octal | 40 | 17 | 23 | 0 | 65 | 51 | 127 | 532 | 44 | 11 |
| Binary | 100000 | 1111 | 10011 | 0 | 110101 | 101001 | 1010111 | 101011010 | 100100 | 1001 |
Color Harmonies of #200F13
Complementary color
Monochromatic Colors of #200F13
Black with #200F13
Text Example
Text Example
White with #200F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F13; }
p { color: rgb(32,15,19); }
H1.HeaderClassName
{
color: #200F13;
}
.AnyTagClassName
{
color: #200F13;
}
</style>
background-color css
<style>
a { background-color: #200F13; }
a { background-color: rgb(32,15,19); }
div.DivClassName
{
background-color: #200F13;
}
.BgClassName
{
background-color: #200F13;
}
</style>
border-color css
<style>
span { border-color: #200F13; }
span { border-color: rgb(32,15,19); }
td.TdClassName
{
border-color: #200F13;
}
.TagClassName
{
border-color: #200F13;
}
</style>