Shades of Red Oxide #691210
Tints of Red Oxide #691210
RGB
CMYK
RGB Variations
Color information
#691210 (or 0x691210) is known color: Red Oxide. HEX triplet: 69, 12 and 10. RGB value is (105,18,16). Sum of RGB (Red+Green+Blue) = 105+18+16=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #691210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691210 is #96EDEF. Grayscale: #2B2B2B. Windows color (decimal): -9891312 or 1053289. OLE color: 1053289.
HSL color Cylindrical-coordinate representation of color #691210: hue angle of 1.35º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691210 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 18 | 16 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.59 |
| HSL | 1.35º | 0.74% | 0.24% | - |
| HSV(B) | 1.35º | 0.85% | 0.41% | - |
| XYZ | 6.14 | 3.47 | 0.84 | - |
| YUV | 43.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 16 | 0 | 0.83 | 0.85 | 0.59 | 1.35 | 0.74 | 0.24 |
| Hex | 69 | 12 | 10 | 0 | 53 | 55 | 3B | 1 | 4A | 18 |
| Octal | 151 | 22 | 20 | 0 | 123 | 125 | 73 | 1 | 112 | 30 |
| Binary | 1101001 | 10010 | 10000 | 0 | 1010011 | 1010101 | 111011 | 1 | 1001010 | 11000 |
Color Harmonies of #691210
Complementary color
Monochromatic Colors of #691210
Black with #691210
Text Example
Text Example
White with #691210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691210; }
p { color: rgb(105,18,16); }
H1.HeaderClassName
{
color: #691210;
}
.AnyTagClassName
{
color: #691210;
}
</style>
background-color css
<style>
a { background-color: #691210; }
a { background-color: rgb(105,18,16); }
div.DivClassName
{
background-color: #691210;
}
.BgClassName
{
background-color: #691210;
}
</style>
border-color css
<style>
span { border-color: #691210; }
span { border-color: rgb(105,18,16); }
td.TdClassName
{
border-color: #691210;
}
.TagClassName
{
border-color: #691210;
}
</style>