Shades of Rustic Red #200C0F
Tints of Rustic Red #200C0F
RGB
CMYK
RGB Variations
Color information
#200C0F (or 0x200C0F) is known color: Rustic Red. HEX triplet: 20, 0C and 0F. RGB value is (32,12,15). Sum of RGB (Red+Green+Blue) = 32+12+15=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #200C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C0F is #DFF3F0. Grayscale: #121212. Windows color (decimal): -14676977 or 986144. OLE color: 986144.
HSL color Cylindrical-coordinate representation of color #200C0F: hue angle of 351º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200C0F is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 12 | 15 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.87 |
| HSL | 351º | 0.45% | 0.09% | - |
| HSV(B) | 351º | 0.63% | 0.13% | - |
| XYZ | 0.81 | 0.6 | 0.53 | - |
| YUV | 18.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 15 | 0 | 0.63 | 0.53 | 0.87 | 351 | 0.45 | 0.09 |
| Hex | 20 | C | F | 0 | 3F | 35 | 57 | 15F | 2D | 9 |
| Octal | 40 | 14 | 17 | 0 | 77 | 65 | 127 | 537 | 55 | 11 |
| Binary | 100000 | 1100 | 1111 | 0 | 111111 | 110101 | 1010111 | 101011111 | 101101 | 1001 |
Color Harmonies of #200C0F
Complementary color
Monochromatic Colors of #200C0F
Black with #200C0F
Text Example
Text Example
White with #200C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C0F; }
p { color: rgb(32,12,15); }
H1.HeaderClassName
{
color: #200C0F;
}
.AnyTagClassName
{
color: #200C0F;
}
</style>
background-color css
<style>
a { background-color: #200C0F; }
a { background-color: rgb(32,12,15); }
div.DivClassName
{
background-color: #200C0F;
}
.BgClassName
{
background-color: #200C0F;
}
</style>
border-color css
<style>
span { border-color: #200C0F; }
span { border-color: rgb(32,12,15); }
td.TdClassName
{
border-color: #200C0F;
}
.TagClassName
{
border-color: #200C0F;
}
</style>