Shades of Rustic Red #20030F
Tints of Rustic Red #20030F
RGB
CMYK
RGB Variations
Color information
#20030F (or 0x20030F) is known color: Rustic Red. HEX triplet: 20, 03 and 0F. RGB value is (32,3,15). Sum of RGB (Red+Green+Blue) = 32+3+15=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #20030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20030F is #DFFCF0. Grayscale: #0D0D0D. Windows color (decimal): -14679281 or 983840. OLE color: 983840.
HSL color Cylindrical-coordinate representation of color #20030F: hue angle of 335.17º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20030F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 15 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.87 |
| HSL | 335.17º | 0.83% | 0.07% | - |
| HSV(B) | 335.17º | 0.91% | 0.13% | - |
| XYZ | 0.71 | 0.41 | 0.49 | - |
| YUV | 13.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 15 | 0 | 0.91 | 0.53 | 0.87 | 335.17 | 0.83 | 0.07 |
| Hex | 20 | 3 | F | 0 | 5B | 35 | 57 | 14F | 53 | 7 |
| Octal | 40 | 3 | 17 | 0 | 133 | 65 | 127 | 517 | 123 | 7 |
| Binary | 100000 | 11 | 1111 | 0 | 1011011 | 110101 | 1010111 | 101001111 | 1010011 | 111 |
Color Harmonies of #20030F
Complementary color
Monochromatic Colors of #20030F
Black with #20030F
Text Example
Text Example
White with #20030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20030F; }
p { color: rgb(32,3,15); }
H1.HeaderClassName
{
color: #20030F;
}
.AnyTagClassName
{
color: #20030F;
}
</style>
background-color css
<style>
a { background-color: #20030F; }
a { background-color: rgb(32,3,15); }
div.DivClassName
{
background-color: #20030F;
}
.BgClassName
{
background-color: #20030F;
}
</style>
border-color css
<style>
span { border-color: #20030F; }
span { border-color: rgb(32,3,15); }
td.TdClassName
{
border-color: #20030F;
}
.TagClassName
{
border-color: #20030F;
}
</style>