Shades of Red Oxide #67160C
Tints of Red Oxide #67160C
RGB
CMYK
RGB Variations
Color information
#67160C (or 0x67160C) is known color: Red Oxide. HEX triplet: 67, 16 and 0C. RGB value is (103,22,12). Sum of RGB (Red+Green+Blue) = 103+22+12=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #67160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67160C is #98E9F3. Grayscale: #2D2D2D. Windows color (decimal): -10021364 or 792167. OLE color: 792167.
HSL color Cylindrical-coordinate representation of color #67160C: hue angle of 6.59º 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 #67160C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 12 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.60 |
| HSL | 6.59º | 0.79% | 0.23% | - |
| HSV(B) | 6.59º | 0.88% | 0.4% | - |
| XYZ | 5.95 | 3.48 | 0.71 | - |
| YUV | 45.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 12 | 0 | 0.79 | 0.88 | 0.60 | 6.59 | 0.79 | 0.23 |
| Hex | 67 | 16 | C | 0 | 4F | 58 | 3C | 7 | 4F | 17 |
| Octal | 147 | 26 | 14 | 0 | 117 | 130 | 74 | 7 | 117 | 27 |
| Binary | 1100111 | 10110 | 1100 | 0 | 1001111 | 1011000 | 111100 | 111 | 1001111 | 10111 |
Color Harmonies of #67160C
Complementary color
Monochromatic Colors of #67160C
Black with #67160C
Text Example
Text Example
White with #67160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67160C; }
p { color: rgb(103,22,12); }
H1.HeaderClassName
{
color: #67160C;
}
.AnyTagClassName
{
color: #67160C;
}
</style>
background-color css
<style>
a { background-color: #67160C; }
a { background-color: rgb(103,22,12); }
div.DivClassName
{
background-color: #67160C;
}
.BgClassName
{
background-color: #67160C;
}
</style>
border-color css
<style>
span { border-color: #67160C; }
span { border-color: rgb(103,22,12); }
td.TdClassName
{
border-color: #67160C;
}
.TagClassName
{
border-color: #67160C;
}
</style>