Shades of Rustic Red #20020F
Tints of Rustic Red #20020F
RGB
CMYK
RGB Variations
Color information
#20020F (or 0x20020F) is known color: Rustic Red. HEX triplet: 20, 02 and 0F. RGB value is (32,2,15). Sum of RGB (Red+Green+Blue) = 32+2+15=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #20020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20020F is #DFFDF0. Grayscale: #0C0C0C. Windows color (decimal): -14679537 or 983584. OLE color: 983584.
HSL color Cylindrical-coordinate representation of color #20020F: hue angle of 334º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20020F is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 2 | 15 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.87 |
| HSL | 334º | 0.88% | 0.07% | - |
| HSV(B) | 334º | 0.94% | 0.13% | - |
| XYZ | 0.7 | 0.38 | 0.49 | - |
| YUV | 12.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 15 | 0 | 0.94 | 0.53 | 0.87 | 334 | 0.88 | 0.07 |
| Hex | 20 | 2 | F | 0 | 5E | 35 | 57 | 14E | 58 | 7 |
| Octal | 40 | 2 | 17 | 0 | 136 | 65 | 127 | 516 | 130 | 7 |
| Binary | 100000 | 10 | 1111 | 0 | 1011110 | 110101 | 1010111 | 101001110 | 1011000 | 111 |
Color Harmonies of #20020F
Complementary color
Monochromatic Colors of #20020F
Black with #20020F
Text Example
Text Example
White with #20020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20020F; }
p { color: rgb(32,2,15); }
H1.HeaderClassName
{
color: #20020F;
}
.AnyTagClassName
{
color: #20020F;
}
</style>
background-color css
<style>
a { background-color: #20020F; }
a { background-color: rgb(32,2,15); }
div.DivClassName
{
background-color: #20020F;
}
.BgClassName
{
background-color: #20020F;
}
</style>
border-color css
<style>
span { border-color: #20020F; }
span { border-color: rgb(32,2,15); }
td.TdClassName
{
border-color: #20020F;
}
.TagClassName
{
border-color: #20020F;
}
</style>