Shades of Rustic Red #20030C
Tints of Rustic Red #20030C
RGB
CMYK
RGB Variations
Color information
#20030C (or 0x20030C) is known color: Rustic Red. HEX triplet: 20, 03 and 0C. RGB value is (32,3,12). Sum of RGB (Red+Green+Blue) = 32+3+12=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #20030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20030C is #DFFCF3. Grayscale: #0C0C0C. Windows color (decimal): -14679284 or 787232. OLE color: 787232.
HSL color Cylindrical-coordinate representation of color #20030C: hue angle of 341.38º 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 #20030C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 12 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.87 |
| HSL | 341.38º | 0.83% | 0.07% | - |
| HSV(B) | 341.38º | 0.91% | 0.13% | - |
| XYZ | 0.69 | 0.4 | 0.39 | - |
| YUV | 12.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 12 | 0 | 0.91 | 0.63 | 0.87 | 341.38 | 0.83 | 0.07 |
| Hex | 20 | 3 | C | 0 | 5B | 3F | 57 | 155 | 53 | 7 |
| Octal | 40 | 3 | 14 | 0 | 133 | 77 | 127 | 525 | 123 | 7 |
| Binary | 100000 | 11 | 1100 | 0 | 1011011 | 111111 | 1010111 | 101010101 | 1010011 | 111 |
Color Harmonies of #20030C
Complementary color
Monochromatic Colors of #20030C
Black with #20030C
Text Example
Text Example
White with #20030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20030C; }
p { color: rgb(32,3,12); }
H1.HeaderClassName
{
color: #20030C;
}
.AnyTagClassName
{
color: #20030C;
}
</style>
background-color css
<style>
a { background-color: #20030C; }
a { background-color: rgb(32,3,12); }
div.DivClassName
{
background-color: #20030C;
}
.BgClassName
{
background-color: #20030C;
}
</style>
border-color css
<style>
span { border-color: #20030C; }
span { border-color: rgb(32,3,12); }
td.TdClassName
{
border-color: #20030C;
}
.TagClassName
{
border-color: #20030C;
}
</style>