Shades of Rustic Red #200F12
Tints of Rustic Red #200F12
RGB
CMYK
RGB Variations
Color information
#200F12 (or 0x200F12) is known color: Rustic Red. HEX triplet: 20, 0F and 12. RGB value is (32,15,18). Sum of RGB (Red+Green+Blue) = 32+15+18=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #200F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F12 is #DFF0ED. Grayscale: #141414. Windows color (decimal): -14676206 or 1183520. OLE color: 1183520.
HSL color Cylindrical-coordinate representation of color #200F12: hue angle of 349.41º 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 #200F12 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 15 | 18 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.87 |
| HSL | 349.41º | 0.36% | 0.09% | - |
| HSV(B) | 349.41º | 0.53% | 0.13% | - |
| XYZ | 0.88 | 0.69 | 0.66 | - |
| YUV | 20.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 18 | 0 | 0.53 | 0.44 | 0.87 | 349.41 | 0.36 | 0.09 |
| Hex | 20 | F | 12 | 0 | 35 | 2C | 57 | 15D | 24 | 9 |
| Octal | 40 | 17 | 22 | 0 | 65 | 54 | 127 | 535 | 44 | 11 |
| Binary | 100000 | 1111 | 10010 | 0 | 110101 | 101100 | 1010111 | 101011101 | 100100 | 1001 |
Color Harmonies of #200F12
Complementary color
Monochromatic Colors of #200F12
Black with #200F12
Text Example
Text Example
White with #200F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F12; }
p { color: rgb(32,15,18); }
H1.HeaderClassName
{
color: #200F12;
}
.AnyTagClassName
{
color: #200F12;
}
</style>
background-color css
<style>
a { background-color: #200F12; }
a { background-color: rgb(32,15,18); }
div.DivClassName
{
background-color: #200F12;
}
.BgClassName
{
background-color: #200F12;
}
</style>
border-color css
<style>
span { border-color: #200F12; }
span { border-color: rgb(32,15,18); }
td.TdClassName
{
border-color: #200F12;
}
.TagClassName
{
border-color: #200F12;
}
</style>