Shades of Red Oxide #69100A
Tints of Red Oxide #69100A
RGB
CMYK
RGB Variations
Color information
#69100A (or 0x69100A) is known color: Red Oxide. HEX triplet: 69, 10 and 0A. RGB value is (105,16,10). Sum of RGB (Red+Green+Blue) = 105+16+10=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #69100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69100A is #96EFF5. Grayscale: #2A2A2A. Windows color (decimal): -9891830 or 659561. OLE color: 659561.
HSL color Cylindrical-coordinate representation of color #69100A: hue angle of 3.79º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69100A is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 16 | 10 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.59 |
| HSL | 3.79º | 0.83% | 0.23% | - |
| HSV(B) | 3.79º | 0.9% | 0.41% | - |
| XYZ | 6.07 | 3.4 | 0.62 | - |
| YUV | 41.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 10 | 0 | 0.85 | 0.90 | 0.59 | 3.79 | 0.83 | 0.23 |
| Hex | 69 | 10 | A | 0 | 55 | 5A | 3B | 4 | 53 | 17 |
| Octal | 151 | 20 | 12 | 0 | 125 | 132 | 73 | 4 | 123 | 27 |
| Binary | 1101001 | 10000 | 1010 | 0 | 1010101 | 1011010 | 111011 | 100 | 1010011 | 10111 |
Color Harmonies of #69100A
Complementary color
Monochromatic Colors of #69100A
Black with #69100A
Text Example
Text Example
White with #69100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69100A; }
p { color: rgb(105,16,10); }
H1.HeaderClassName
{
color: #69100A;
}
.AnyTagClassName
{
color: #69100A;
}
</style>
background-color css
<style>
a { background-color: #69100A; }
a { background-color: rgb(105,16,10); }
div.DivClassName
{
background-color: #69100A;
}
.BgClassName
{
background-color: #69100A;
}
</style>
border-color css
<style>
span { border-color: #69100A; }
span { border-color: rgb(105,16,10); }
td.TdClassName
{
border-color: #69100A;
}
.TagClassName
{
border-color: #69100A;
}
</style>