Shades of Red Oxide #67150E
Tints of Red Oxide #67150E
RGB
CMYK
RGB Variations
Color information
#67150E (or 0x67150E) is known color: Red Oxide. HEX triplet: 67, 15 and 0E. RGB value is (103,21,14). Sum of RGB (Red+Green+Blue) = 103+21+14=138 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.64% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 103 - color contains mainly: red. Hex color #67150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67150E is #98EAF1. Grayscale: #2C2C2C. Windows color (decimal): -10021618 or 922983. OLE color: 922983.
HSL color Cylindrical-coordinate representation of color #67150E: hue angle of 4.72º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67150E is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 21 | 14 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.60 |
| HSL | 4.72º | 0.76% | 0.23% | - |
| HSV(B) | 4.72º | 0.86% | 0.4% | - |
| XYZ | 5.94 | 3.45 | 0.77 | - |
| YUV | 44.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 14 | 0 | 0.80 | 0.86 | 0.60 | 4.72 | 0.76 | 0.23 |
| Hex | 67 | 15 | E | 0 | 50 | 56 | 3C | 5 | 4C | 17 |
| Octal | 147 | 25 | 16 | 0 | 120 | 126 | 74 | 5 | 114 | 27 |
| Binary | 1100111 | 10101 | 1110 | 0 | 1010000 | 1010110 | 111100 | 101 | 1001100 | 10111 |
Color Harmonies of #67150E
Complementary color
Monochromatic Colors of #67150E
Black with #67150E
Text Example
Text Example
White with #67150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67150E; }
p { color: rgb(103,21,14); }
H1.HeaderClassName
{
color: #67150E;
}
.AnyTagClassName
{
color: #67150E;
}
</style>
background-color css
<style>
a { background-color: #67150E; }
a { background-color: rgb(103,21,14); }
div.DivClassName
{
background-color: #67150E;
}
.BgClassName
{
background-color: #67150E;
}
</style>
border-color css
<style>
span { border-color: #67150E; }
span { border-color: rgb(103,21,14); }
td.TdClassName
{
border-color: #67150E;
}
.TagClassName
{
border-color: #67150E;
}
</style>