Shades of Red Oxide #671702
Tints of Red Oxide #671702
RGB
CMYK
RGB Variations
Color information
#671702 (or 0x671702) is known color: Red Oxide. HEX triplet: 67, 17 and 02. RGB value is (103,23,2). Sum of RGB (Red+Green+Blue) = 103+23+2=128 (16% of max value = 765). Red value is 103 (40.62% from 255 or 80.47% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 103 - color contains mainly: red. Hex color #671702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671702 is #98E8FD. Grayscale: #2C2C2C. Windows color (decimal): -10021118 or 137063. OLE color: 137063.
HSL color Cylindrical-coordinate representation of color #671702: hue angle of 12.48º 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 #671702 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 2 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.60 |
| HSL | 12.48º | 0.96% | 0.21% | - |
| HSV(B) | 12.48º | 0.98% | 0.4% | - |
| XYZ | 5.91 | 3.5 | 0.42 | - |
| YUV | 44.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 2 | 0 | 0.78 | 0.98 | 0.60 | 12.48 | 0.96 | 0.21 |
| Hex | 67 | 17 | 2 | 0 | 4E | 62 | 3C | C | 60 | 15 |
| Octal | 147 | 27 | 2 | 0 | 116 | 142 | 74 | 14 | 140 | 25 |
| Binary | 1100111 | 10111 | 10 | 0 | 1001110 | 1100010 | 111100 | 1100 | 1100000 | 10101 |
Color Harmonies of #671702
Complementary color
Monochromatic Colors of #671702
Black with #671702
Text Example
Text Example
White with #671702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671702; }
p { color: rgb(103,23,2); }
H1.HeaderClassName
{
color: #671702;
}
.AnyTagClassName
{
color: #671702;
}
</style>
background-color css
<style>
a { background-color: #671702; }
a { background-color: rgb(103,23,2); }
div.DivClassName
{
background-color: #671702;
}
.BgClassName
{
background-color: #671702;
}
</style>
border-color css
<style>
span { border-color: #671702; }
span { border-color: rgb(103,23,2); }
td.TdClassName
{
border-color: #671702;
}
.TagClassName
{
border-color: #671702;
}
</style>