Shades of Red Oxide #67110C
Tints of Red Oxide #67110C
RGB
CMYK
RGB Variations
Color information
#67110C (or 0x67110C) is known color: Red Oxide. HEX triplet: 67, 11 and 0C. RGB value is (103,17,12). Sum of RGB (Red+Green+Blue) = 103+17+12=132 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.03% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 103 - color contains mainly: red. Hex color #67110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67110C is #98EEF3. Grayscale: #2A2A2A. Windows color (decimal): -10022644 or 790887. OLE color: 790887.
HSL color Cylindrical-coordinate representation of color #67110C: hue angle of 3.3º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67110C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 17 | 12 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.60 |
| HSL | 3.3º | 0.79% | 0.23% | - |
| HSV(B) | 3.3º | 0.88% | 0.4% | - |
| XYZ | 5.86 | 3.31 | 0.68 | - |
| YUV | 42.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 12 | 0 | 0.83 | 0.88 | 0.60 | 3.3 | 0.79 | 0.23 |
| Hex | 67 | 11 | C | 0 | 53 | 58 | 3C | 3 | 4F | 17 |
| Octal | 147 | 21 | 14 | 0 | 123 | 130 | 74 | 3 | 117 | 27 |
| Binary | 1100111 | 10001 | 1100 | 0 | 1010011 | 1011000 | 111100 | 11 | 1001111 | 10111 |
Color Harmonies of #67110C
Complementary color
Monochromatic Colors of #67110C
Black with #67110C
Text Example
Text Example
White with #67110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67110C; }
p { color: rgb(103,17,12); }
H1.HeaderClassName
{
color: #67110C;
}
.AnyTagClassName
{
color: #67110C;
}
</style>
background-color css
<style>
a { background-color: #67110C; }
a { background-color: rgb(103,17,12); }
div.DivClassName
{
background-color: #67110C;
}
.BgClassName
{
background-color: #67110C;
}
</style>
border-color css
<style>
span { border-color: #67110C; }
span { border-color: rgb(103,17,12); }
td.TdClassName
{
border-color: #67110C;
}
.TagClassName
{
border-color: #67110C;
}
</style>