Shades of Red Oxide #69200C
Tints of Red Oxide #69200C
RGB
CMYK
RGB Variations
Color information
#69200C (or 0x69200C) is known color: Red Oxide. HEX triplet: 69, 20 and 0C. RGB value is (105,32,12). Sum of RGB (Red+Green+Blue) = 105+32+12=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #69200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69200C is #96DFF3. Grayscale: #333333. Windows color (decimal): -9887732 or 794729. OLE color: 794729.
HSL color Cylindrical-coordinate representation of color #69200C: hue angle of 12.9º 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 #69200C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 12 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.59 |
| HSL | 12.9º | 0.79% | 0.23% | - |
| HSV(B) | 12.9º | 0.89% | 0.41% | - |
| XYZ | 6.41 | 4.06 | 0.79 | - |
| YUV | 51.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 12 | 0 | 0.70 | 0.89 | 0.59 | 12.9 | 0.79 | 0.23 |
| Hex | 69 | 20 | C | 0 | 46 | 59 | 3B | D | 4F | 17 |
| Octal | 151 | 40 | 14 | 0 | 106 | 131 | 73 | 15 | 117 | 27 |
| Binary | 1101001 | 100000 | 1100 | 0 | 1000110 | 1011001 | 111011 | 1101 | 1001111 | 10111 |
Color Harmonies of #69200C
Complementary color
Monochromatic Colors of #69200C
Black with #69200C
Text Example
Text Example
White with #69200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69200C; }
p { color: rgb(105,32,12); }
H1.HeaderClassName
{
color: #69200C;
}
.AnyTagClassName
{
color: #69200C;
}
</style>
background-color css
<style>
a { background-color: #69200C; }
a { background-color: rgb(105,32,12); }
div.DivClassName
{
background-color: #69200C;
}
.BgClassName
{
background-color: #69200C;
}
</style>
border-color css
<style>
span { border-color: #69200C; }
span { border-color: rgb(105,32,12); }
td.TdClassName
{
border-color: #69200C;
}
.TagClassName
{
border-color: #69200C;
}
</style>