Shades of Red Oxide #702020
Tints of Red Oxide #702020
RGB
CMYK
RGB Variations
Color information
#702020 (or 0x702020) is known color: Red Oxide. HEX triplet: 70, 20 and 20. RGB value is (112,32,32). Sum of RGB (Red+Green+Blue) = 112+32+32=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #702020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702020 is #8FDFDF. Grayscale: #383838. Windows color (decimal): -9428960 or 2105456. OLE color: 2105456.
HSL color Cylindrical-coordinate representation of color #702020: hue angle of 0º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702020 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 32 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.56 |
| HSL | 0º | 0.56% | 0.28% | - |
| HSV(B) | 0º | 0.71% | 0.44% | - |
| XYZ | 7.46 | 4.58 | 1.86 | - |
| YUV | 55.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 32 | 0 | 0.71 | 0.71 | 0.56 | 0 | 0.56 | 0.28 |
| Hex | 70 | 20 | 20 | 0 | 47 | 47 | 38 | 0 | 38 | 1C |
| Octal | 160 | 40 | 40 | 0 | 107 | 107 | 70 | 0 | 70 | 34 |
| Binary | 1110000 | 100000 | 100000 | 0 | 1000111 | 1000111 | 111000 | 0 | 111000 | 11100 |
Color Harmonies of #702020
Complementary color
Monochromatic Colors of #702020
Black with #702020
Text Example
Text Example
White with #702020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702020; }
p { color: rgb(112,32,32); }
H1.HeaderClassName
{
color: #702020;
}
.AnyTagClassName
{
color: #702020;
}
</style>
background-color css
<style>
a { background-color: #702020; }
a { background-color: rgb(112,32,32); }
div.DivClassName
{
background-color: #702020;
}
.BgClassName
{
background-color: #702020;
}
</style>
border-color css
<style>
span { border-color: #702020; }
span { border-color: rgb(112,32,32); }
td.TdClassName
{
border-color: #702020;
}
.TagClassName
{
border-color: #702020;
}
</style>