Shades of Red Oxide #672012
Tints of Red Oxide #672012
RGB
CMYK
RGB Variations
Color information
#672012 (or 0x672012) is known color: Red Oxide. HEX triplet: 67, 20 and 12. RGB value is (103,32,18). Sum of RGB (Red+Green+Blue) = 103+32+18=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #672012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672012 is #98DFED. Grayscale: #333333. Windows color (decimal): -10018798 or 1187943. OLE color: 1187943.
HSL color Cylindrical-coordinate representation of color #672012: hue angle of 9.88º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672012 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 18 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.60 |
| HSL | 9.88º | 0.7% | 0.24% | - |
| HSV(B) | 9.88º | 0.83% | 0.4% | - |
| XYZ | 6.22 | 3.96 | 1.01 | - |
| YUV | 51.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 18 | 0 | 0.69 | 0.83 | 0.60 | 9.88 | 0.7 | 0.24 |
| Hex | 67 | 20 | 12 | 0 | 45 | 53 | 3C | A | 46 | 18 |
| Octal | 147 | 40 | 22 | 0 | 105 | 123 | 74 | 12 | 106 | 30 |
| Binary | 1100111 | 100000 | 10010 | 0 | 1000101 | 1010011 | 111100 | 1010 | 1000110 | 11000 |
Color Harmonies of #672012
Complementary color
Monochromatic Colors of #672012
Black with #672012
Text Example
Text Example
White with #672012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672012; }
p { color: rgb(103,32,18); }
H1.HeaderClassName
{
color: #672012;
}
.AnyTagClassName
{
color: #672012;
}
</style>
background-color css
<style>
a { background-color: #672012; }
a { background-color: rgb(103,32,18); }
div.DivClassName
{
background-color: #672012;
}
.BgClassName
{
background-color: #672012;
}
</style>
border-color css
<style>
span { border-color: #672012; }
span { border-color: rgb(103,32,18); }
td.TdClassName
{
border-color: #672012;
}
.TagClassName
{
border-color: #672012;
}
</style>