Shades of Red Oxide #62120D
Tints of Red Oxide #62120D
RGB
CMYK
RGB Variations
Color information
#62120D (or 0x62120D) is known color: Red Oxide. HEX triplet: 62, 12 and 0D. RGB value is (98,18,13). Sum of RGB (Red+Green+Blue) = 98+18+13=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #62120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62120D is #9DEDF2. Grayscale: #292929. Windows color (decimal): -10350067 or 856674. OLE color: 856674.
HSL color Cylindrical-coordinate representation of color #62120D: hue angle of 3.53º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62120D is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 13 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.62 |
| HSL | 3.53º | 0.77% | 0.22% | - |
| HSV(B) | 3.53º | 0.87% | 0.38% | - |
| XYZ | 5.33 | 3.06 | 0.69 | - |
| YUV | 41.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 13 | 0 | 0.82 | 0.87 | 0.62 | 3.53 | 0.77 | 0.22 |
| Hex | 62 | 12 | D | 0 | 52 | 57 | 3E | 4 | 4D | 16 |
| Octal | 142 | 22 | 15 | 0 | 122 | 127 | 76 | 4 | 115 | 26 |
| Binary | 1100010 | 10010 | 1101 | 0 | 1010010 | 1010111 | 111110 | 100 | 1001101 | 10110 |
Color Harmonies of #62120D
Complementary color
Monochromatic Colors of #62120D
Black with #62120D
Text Example
Text Example
White with #62120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62120D; }
p { color: rgb(98,18,13); }
H1.HeaderClassName
{
color: #62120D;
}
.AnyTagClassName
{
color: #62120D;
}
</style>
background-color css
<style>
a { background-color: #62120D; }
a { background-color: rgb(98,18,13); }
div.DivClassName
{
background-color: #62120D;
}
.BgClassName
{
background-color: #62120D;
}
</style>
border-color css
<style>
span { border-color: #62120D; }
span { border-color: rgb(98,18,13); }
td.TdClassName
{
border-color: #62120D;
}
.TagClassName
{
border-color: #62120D;
}
</style>