Shades of Rustic Red #20040F
Tints of Rustic Red #20040F
RGB
CMYK
RGB Variations
Color information
#20040F (or 0x20040F) is known color: Rustic Red. HEX triplet: 20, 04 and 0F. RGB value is (32,4,15). Sum of RGB (Red+Green+Blue) = 32+4+15=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #20040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20040F is #DFFBF0. Grayscale: #0D0D0D. Windows color (decimal): -14679025 or 984096. OLE color: 984096.
HSL color Cylindrical-coordinate representation of color #20040F: hue angle of 336.43º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20040F is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 4 | 15 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.87 |
| HSL | 336.43º | 0.78% | 0.07% | - |
| HSV(B) | 336.43º | 0.88% | 0.13% | - |
| XYZ | 0.73 | 0.43 | 0.5 | - |
| YUV | 13.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 15 | 0 | 0.87 | 0.53 | 0.87 | 336.43 | 0.78 | 0.07 |
| Hex | 20 | 4 | F | 0 | 57 | 35 | 57 | 150 | 4E | 7 |
| Octal | 40 | 4 | 17 | 0 | 127 | 65 | 127 | 520 | 116 | 7 |
| Binary | 100000 | 100 | 1111 | 0 | 1010111 | 110101 | 1010111 | 101010000 | 1001110 | 111 |
Color Harmonies of #20040F
Complementary color
Monochromatic Colors of #20040F
Black with #20040F
Text Example
Text Example
White with #20040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20040F; }
p { color: rgb(32,4,15); }
H1.HeaderClassName
{
color: #20040F;
}
.AnyTagClassName
{
color: #20040F;
}
</style>
background-color css
<style>
a { background-color: #20040F; }
a { background-color: rgb(32,4,15); }
div.DivClassName
{
background-color: #20040F;
}
.BgClassName
{
background-color: #20040F;
}
</style>
border-color css
<style>
span { border-color: #20040F; }
span { border-color: rgb(32,4,15); }
td.TdClassName
{
border-color: #20040F;
}
.TagClassName
{
border-color: #20040F;
}
</style>