Shades of Rustic Red #200304
Tints of Rustic Red #200304
RGB
CMYK
RGB Variations
Color information
#200304 (or 0x200304) is known color: Rustic Red. HEX triplet: 20, 03 and 04. RGB value is (32,3,4). Sum of RGB (Red+Green+Blue) = 32+3+4=39 (5% of max value = 765). Red value is 32 (12.89% from 255 or 82.05% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 32 - color contains mainly: red. Hex color #200304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200304 is #DFFCFB. Grayscale: #0B0B0B. Windows color (decimal): -14679292 or 262944. OLE color: 262944.
HSL color Cylindrical-coordinate representation of color #200304: hue angle of 357.93º 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 #200304 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 4 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.87 |
| HSL | 357.93º | 0.83% | 0.07% | - |
| HSV(B) | 357.93º | 0.91% | 0.13% | - |
| XYZ | 0.65 | 0.38 | 0.15 | - |
| YUV | 11.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 4 | 0 | 0.91 | 0.87 | 0.87 | 357.93 | 0.83 | 0.07 |
| Hex | 20 | 3 | 4 | 0 | 5B | 57 | 57 | 166 | 53 | 7 |
| Octal | 40 | 3 | 4 | 0 | 133 | 127 | 127 | 546 | 123 | 7 |
| Binary | 100000 | 11 | 100 | 0 | 1011011 | 1010111 | 1010111 | 101100110 | 1010011 | 111 |
Color Harmonies of #200304
Complementary color
Monochromatic Colors of #200304
Black with #200304
Text Example
Text Example
White with #200304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200304; }
p { color: rgb(32,3,4); }
H1.HeaderClassName
{
color: #200304;
}
.AnyTagClassName
{
color: #200304;
}
</style>
background-color css
<style>
a { background-color: #200304; }
a { background-color: rgb(32,3,4); }
div.DivClassName
{
background-color: #200304;
}
.BgClassName
{
background-color: #200304;
}
</style>
border-color css
<style>
span { border-color: #200304; }
span { border-color: rgb(32,3,4); }
td.TdClassName
{
border-color: #200304;
}
.TagClassName
{
border-color: #200304;
}
</style>