Shades of Rustic Red #200F10
Tints of Rustic Red #200F10
RGB
CMYK
RGB Variations
Color information
#200F10 (or 0x200F10) is known color: Rustic Red. HEX triplet: 20, 0F and 10. RGB value is (32,15,16). Sum of RGB (Red+Green+Blue) = 32+15+16=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #200F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F10 is #DFF0EF. Grayscale: #141414. Windows color (decimal): -14676208 or 1052448. OLE color: 1052448.
HSL color Cylindrical-coordinate representation of color #200F10: hue angle of 356.47º 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 #200F10 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 15 | 16 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.87 |
| HSL | 356.47º | 0.36% | 0.09% | - |
| HSV(B) | 356.47º | 0.53% | 0.13% | - |
| XYZ | 0.86 | 0.69 | 0.58 | - |
| YUV | 20.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 16 | 0 | 0.53 | 0.5 | 0.87 | 356.47 | 0.36 | 0.09 |
| Hex | 20 | F | 10 | 0 | 35 | 32 | 57 | 164 | 24 | 9 |
| Octal | 40 | 17 | 20 | 0 | 65 | 62 | 127 | 544 | 44 | 11 |
| Binary | 100000 | 1111 | 10000 | 0 | 110101 | 110010 | 1010111 | 101100100 | 100100 | 1001 |
Color Harmonies of #200F10
Complementary color
Monochromatic Colors of #200F10
Black with #200F10
Text Example
Text Example
White with #200F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F10; }
p { color: rgb(32,15,16); }
H1.HeaderClassName
{
color: #200F10;
}
.AnyTagClassName
{
color: #200F10;
}
</style>
background-color css
<style>
a { background-color: #200F10; }
a { background-color: rgb(32,15,16); }
div.DivClassName
{
background-color: #200F10;
}
.BgClassName
{
background-color: #200F10;
}
</style>
border-color css
<style>
span { border-color: #200F10; }
span { border-color: rgb(32,15,16); }
td.TdClassName
{
border-color: #200F10;
}
.TagClassName
{
border-color: #200F10;
}
</style>