Shades of Red Oxide #671602
Tints of Red Oxide #671602
RGB
CMYK
RGB Variations
Color information
#671602 (or 0x671602) is known color: Red Oxide. HEX triplet: 67, 16 and 02. RGB value is (103,22,2). Sum of RGB (Red+Green+Blue) = 103+22+2=127 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.10% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 103 - color contains mainly: red. Hex color #671602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671602 is #98E9FD. Grayscale: #2C2C2C. Windows color (decimal): -10021374 or 136807. OLE color: 136807.
HSL color Cylindrical-coordinate representation of color #671602: hue angle of 11.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #671602 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 2 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.60 |
| HSL | 11.88º | 0.96% | 0.21% | - |
| HSV(B) | 11.88º | 0.98% | 0.4% | - |
| XYZ | 5.89 | 3.46 | 0.42 | - |
| YUV | 43.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 2 | 0 | 0.79 | 0.98 | 0.60 | 11.88 | 0.96 | 0.21 |
| Hex | 67 | 16 | 2 | 0 | 4F | 62 | 3C | C | 60 | 15 |
| Octal | 147 | 26 | 2 | 0 | 117 | 142 | 74 | 14 | 140 | 25 |
| Binary | 1100111 | 10110 | 10 | 0 | 1001111 | 1100010 | 111100 | 1100 | 1100000 | 10101 |
Color Harmonies of #671602
Complementary color
Monochromatic Colors of #671602
Black with #671602
Text Example
Text Example
White with #671602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671602; }
p { color: rgb(103,22,2); }
H1.HeaderClassName
{
color: #671602;
}
.AnyTagClassName
{
color: #671602;
}
</style>
background-color css
<style>
a { background-color: #671602; }
a { background-color: rgb(103,22,2); }
div.DivClassName
{
background-color: #671602;
}
.BgClassName
{
background-color: #671602;
}
</style>
border-color css
<style>
span { border-color: #671602; }
span { border-color: rgb(103,22,2); }
td.TdClassName
{
border-color: #671602;
}
.TagClassName
{
border-color: #671602;
}
</style>