Shades of Rustic Red #20030B
Tints of Rustic Red #20030B
RGB
CMYK
RGB Variations
Color information
#20030B (or 0x20030B) is known color: Rustic Red. HEX triplet: 20, 03 and 0B. RGB value is (32,3,11). Sum of RGB (Red+Green+Blue) = 32+3+11=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #20030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20030B is #DFFCF4. Grayscale: #0C0C0C. Windows color (decimal): -14679285 or 721696. OLE color: 721696.
HSL color Cylindrical-coordinate representation of color #20030B: hue angle of 343.45º 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 #20030B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 11 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.87 |
| HSL | 343.45º | 0.83% | 0.07% | - |
| HSV(B) | 343.45º | 0.91% | 0.13% | - |
| XYZ | 0.69 | 0.4 | 0.36 | - |
| YUV | 12.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 11 | 0 | 0.91 | 0.66 | 0.87 | 343.45 | 0.83 | 0.07 |
| Hex | 20 | 3 | B | 0 | 5B | 42 | 57 | 157 | 53 | 7 |
| Octal | 40 | 3 | 13 | 0 | 133 | 102 | 127 | 527 | 123 | 7 |
| Binary | 100000 | 11 | 1011 | 0 | 1011011 | 1000010 | 1010111 | 101010111 | 1010011 | 111 |
Color Harmonies of #20030B
Complementary color
Monochromatic Colors of #20030B
Black with #20030B
Text Example
Text Example
White with #20030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20030B; }
p { color: rgb(32,3,11); }
H1.HeaderClassName
{
color: #20030B;
}
.AnyTagClassName
{
color: #20030B;
}
</style>
background-color css
<style>
a { background-color: #20030B; }
a { background-color: rgb(32,3,11); }
div.DivClassName
{
background-color: #20030B;
}
.BgClassName
{
background-color: #20030B;
}
</style>
border-color css
<style>
span { border-color: #20030B; }
span { border-color: rgb(32,3,11); }
td.TdClassName
{
border-color: #20030B;
}
.TagClassName
{
border-color: #20030B;
}
</style>