Shades of Rustic Red #20070C
Tints of Rustic Red #20070C
RGB
CMYK
RGB Variations
Color information
#20070C (or 0x20070C) is known color: Rustic Red. HEX triplet: 20, 07 and 0C. RGB value is (32,7,12). Sum of RGB (Red+Green+Blue) = 32+7+12=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #20070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20070C is #DFF8F3. Grayscale: #0F0F0F. Windows color (decimal): -14678260 or 788256. OLE color: 788256.
HSL color Cylindrical-coordinate representation of color #20070C: hue angle of 348º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20070C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 7 | 12 | - |
CMYK | 0 | 0.78 | 0.63 | 0.87 |
HSL | 348º | 0.64% | 0.08% | - |
HSV(B) | 348º | 0.78% | 0.13% | - |
XYZ | 0.74 | 0.49 | 0.4 | - |
YUV | 15.05 | 126.28 | 140.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 7 | 12 | 0 | 0.78 | 0.63 | 0.87 | 348 | 0.64 | 0.08 |
Hex | 20 | 7 | C | 0 | 4E | 3F | 57 | 15C | 40 | 8 |
Octal | 40 | 7 | 14 | 0 | 116 | 77 | 127 | 534 | 100 | 10 |
Binary | 100000 | 111 | 1100 | 0 | 1001110 | 111111 | 1010111 | 101011100 | 1000000 | 1000 |
Color Harmonies of #20070C
Complementary color
Monochromatic Colors of #20070C
Black with #20070C
Text Example
Text Example
White with #20070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20070C; }
p { color: rgb(32,7,12); }
H1.HeaderClassName
{
color: #20070C;
}
.AnyTagClassName
{
color: #20070C;
}
</style>
background-color css
<style>
a { background-color: #20070C; }
a { background-color: rgb(32,7,12); }
div.DivClassName
{
background-color: #20070C;
}
.BgClassName
{
background-color: #20070C;
}
</style>
border-color css
<style>
span { border-color: #20070C; }
span { border-color: rgb(32,7,12); }
td.TdClassName
{
border-color: #20070C;
}
.TagClassName
{
border-color: #20070C;
}
</style>