Shades of Red Oxide #62120A
Tints of Red Oxide #62120A
RGB
CMYK
RGB Variations
Color information
#62120A (or 0x62120A) is known color: Red Oxide. HEX triplet: 62, 12 and 0A. RGB value is (98,18,10). Sum of RGB (Red+Green+Blue) = 98+18+10=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #62120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62120A is #9DEDF5. Grayscale: #292929. Windows color (decimal): -10350070 or 660066. OLE color: 660066.
HSL color Cylindrical-coordinate representation of color #62120A: hue angle of 5.45º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62120A is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 10 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.62 |
| HSL | 5.45º | 0.81% | 0.21% | - |
| HSV(B) | 5.45º | 0.9% | 0.38% | - |
| XYZ | 5.31 | 3.05 | 0.6 | - |
| YUV | 41.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 10 | 0 | 0.82 | 0.90 | 0.62 | 5.45 | 0.81 | 0.21 |
| Hex | 62 | 12 | A | 0 | 52 | 5A | 3E | 5 | 51 | 15 |
| Octal | 142 | 22 | 12 | 0 | 122 | 132 | 76 | 5 | 121 | 25 |
| Binary | 1100010 | 10010 | 1010 | 0 | 1010010 | 1011010 | 111110 | 101 | 1010001 | 10101 |
Color Harmonies of #62120A
Complementary color
Monochromatic Colors of #62120A
Black with #62120A
Text Example
Text Example
White with #62120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62120A; }
p { color: rgb(98,18,10); }
H1.HeaderClassName
{
color: #62120A;
}
.AnyTagClassName
{
color: #62120A;
}
</style>
background-color css
<style>
a { background-color: #62120A; }
a { background-color: rgb(98,18,10); }
div.DivClassName
{
background-color: #62120A;
}
.BgClassName
{
background-color: #62120A;
}
</style>
border-color css
<style>
span { border-color: #62120A; }
span { border-color: rgb(98,18,10); }
td.TdClassName
{
border-color: #62120A;
}
.TagClassName
{
border-color: #62120A;
}
</style>