Shades of Red Oxide #69110C
Tints of Red Oxide #69110C
RGB
CMYK
RGB Variations
Color information
#69110C (or 0x69110C) is known color: Red Oxide. HEX triplet: 69, 11 and 0C. RGB value is (105,17,12). Sum of RGB (Red+Green+Blue) = 105+17+12=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #69110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69110C is #96EEF3. Grayscale: #2A2A2A. Windows color (decimal): -9891572 or 790889. OLE color: 790889.
HSL color Cylindrical-coordinate representation of color #69110C: hue angle of 3.23º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69110C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 17 | 12 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.59 |
| HSL | 3.23º | 0.79% | 0.23% | - |
| HSV(B) | 3.23º | 0.89% | 0.41% | - |
| XYZ | 6.09 | 3.43 | 0.69 | - |
| YUV | 42.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 12 | 0 | 0.84 | 0.89 | 0.59 | 3.23 | 0.79 | 0.23 |
| Hex | 69 | 11 | C | 0 | 54 | 59 | 3B | 3 | 4F | 17 |
| Octal | 151 | 21 | 14 | 0 | 124 | 131 | 73 | 3 | 117 | 27 |
| Binary | 1101001 | 10001 | 1100 | 0 | 1010100 | 1011001 | 111011 | 11 | 1001111 | 10111 |
Color Harmonies of #69110C
Complementary color
Monochromatic Colors of #69110C
Black with #69110C
Text Example
Text Example
White with #69110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69110C; }
p { color: rgb(105,17,12); }
H1.HeaderClassName
{
color: #69110C;
}
.AnyTagClassName
{
color: #69110C;
}
</style>
background-color css
<style>
a { background-color: #69110C; }
a { background-color: rgb(105,17,12); }
div.DivClassName
{
background-color: #69110C;
}
.BgClassName
{
background-color: #69110C;
}
</style>
border-color css
<style>
span { border-color: #69110C; }
span { border-color: rgb(105,17,12); }
td.TdClassName
{
border-color: #69110C;
}
.TagClassName
{
border-color: #69110C;
}
</style>