Shades of Red Oxide #682012
Tints of Red Oxide #682012
RGB
CMYK
RGB Variations
Color information
#682012 (or 0x682012) is known color: Red Oxide. HEX triplet: 68, 20 and 12. RGB value is (104,32,18). Sum of RGB (Red+Green+Blue) = 104+32+18=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #682012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682012 is #97DFED. Grayscale: #343434. Windows color (decimal): -9953262 or 1187944. OLE color: 1187944.
HSL color Cylindrical-coordinate representation of color #682012: hue angle of 9.77º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682012 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 18 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.59 |
| HSL | 9.77º | 0.7% | 0.24% | - |
| HSV(B) | 9.77º | 0.83% | 0.41% | - |
| XYZ | 6.33 | 4.02 | 1.01 | - |
| YUV | 51.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 18 | 0 | 0.69 | 0.83 | 0.59 | 9.77 | 0.7 | 0.24 |
| Hex | 68 | 20 | 12 | 0 | 45 | 53 | 3B | A | 46 | 18 |
| Octal | 150 | 40 | 22 | 0 | 105 | 123 | 73 | 12 | 106 | 30 |
| Binary | 1101000 | 100000 | 10010 | 0 | 1000101 | 1010011 | 111011 | 1010 | 1000110 | 11000 |
Color Harmonies of #682012
Complementary color
Monochromatic Colors of #682012
Black with #682012
Text Example
Text Example
White with #682012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682012; }
p { color: rgb(104,32,18); }
H1.HeaderClassName
{
color: #682012;
}
.AnyTagClassName
{
color: #682012;
}
</style>
background-color css
<style>
a { background-color: #682012; }
a { background-color: rgb(104,32,18); }
div.DivClassName
{
background-color: #682012;
}
.BgClassName
{
background-color: #682012;
}
</style>
border-color css
<style>
span { border-color: #682012; }
span { border-color: rgb(104,32,18); }
td.TdClassName
{
border-color: #682012;
}
.TagClassName
{
border-color: #682012;
}
</style>