Shades of Red Oxide #69120C
Tints of Red Oxide #69120C
RGB
CMYK
RGB Variations
Color information
#69120C (or 0x69120C) is known color: Red Oxide. HEX triplet: 69, 12 and 0C. RGB value is (105,18,12). Sum of RGB (Red+Green+Blue) = 105+18+12=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #69120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69120C is #96EDF3. Grayscale: #2B2B2B. Windows color (decimal): -9891316 or 791145. OLE color: 791145.
HSL color Cylindrical-coordinate representation of color #69120C: hue angle of 3.87º 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 #69120C is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 18 | 12 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.59 |
| HSL | 3.87º | 0.79% | 0.23% | - |
| HSV(B) | 3.87º | 0.89% | 0.41% | - |
| XYZ | 6.11 | 3.46 | 0.69 | - |
| YUV | 43.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 12 | 0 | 0.83 | 0.89 | 0.59 | 3.87 | 0.79 | 0.23 |
| Hex | 69 | 12 | C | 0 | 53 | 59 | 3B | 4 | 4F | 17 |
| Octal | 151 | 22 | 14 | 0 | 123 | 131 | 73 | 4 | 117 | 27 |
| Binary | 1101001 | 10010 | 1100 | 0 | 1010011 | 1011001 | 111011 | 100 | 1001111 | 10111 |
Color Harmonies of #69120C
Complementary color
Monochromatic Colors of #69120C
Black with #69120C
Text Example
Text Example
White with #69120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69120C; }
p { color: rgb(105,18,12); }
H1.HeaderClassName
{
color: #69120C;
}
.AnyTagClassName
{
color: #69120C;
}
</style>
background-color css
<style>
a { background-color: #69120C; }
a { background-color: rgb(105,18,12); }
div.DivClassName
{
background-color: #69120C;
}
.BgClassName
{
background-color: #69120C;
}
</style>
border-color css
<style>
span { border-color: #69120C; }
span { border-color: rgb(105,18,12); }
td.TdClassName
{
border-color: #69120C;
}
.TagClassName
{
border-color: #69120C;
}
</style>