Shades of Red Oxide #62180D
Tints of Red Oxide #62180D
RGB
CMYK
RGB Variations
Color information
#62180D (or 0x62180D) is known color: Red Oxide. HEX triplet: 62, 18 and 0D. RGB value is (98,24,13). Sum of RGB (Red+Green+Blue) = 98+24+13=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #62180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62180D is #9DE7F2. Grayscale: #2C2C2C. Windows color (decimal): -10348531 or 858210. OLE color: 858210.
HSL color Cylindrical-coordinate representation of color #62180D: hue angle of 7.76º 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 #62180D is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 24 | 13 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.62 |
| HSL | 7.76º | 0.77% | 0.22% | - |
| HSV(B) | 7.76º | 0.87% | 0.38% | - |
| XYZ | 5.44 | 3.28 | 0.73 | - |
| YUV | 44.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 13 | 0 | 0.76 | 0.87 | 0.62 | 7.76 | 0.77 | 0.22 |
| Hex | 62 | 18 | D | 0 | 4C | 57 | 3E | 8 | 4D | 16 |
| Octal | 142 | 30 | 15 | 0 | 114 | 127 | 76 | 10 | 115 | 26 |
| Binary | 1100010 | 11000 | 1101 | 0 | 1001100 | 1010111 | 111110 | 1000 | 1001101 | 10110 |
Color Harmonies of #62180D
Complementary color
Monochromatic Colors of #62180D
Black with #62180D
Text Example
Text Example
White with #62180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62180D; }
p { color: rgb(98,24,13); }
H1.HeaderClassName
{
color: #62180D;
}
.AnyTagClassName
{
color: #62180D;
}
</style>
background-color css
<style>
a { background-color: #62180D; }
a { background-color: rgb(98,24,13); }
div.DivClassName
{
background-color: #62180D;
}
.BgClassName
{
background-color: #62180D;
}
</style>
border-color css
<style>
span { border-color: #62180D; }
span { border-color: rgb(98,24,13); }
td.TdClassName
{
border-color: #62180D;
}
.TagClassName
{
border-color: #62180D;
}
</style>