Shades of Red Oxide #671B04
Tints of Red Oxide #671B04
RGB
CMYK
RGB Variations
Color information
#671B04 (or 0x671B04) is known color: Red Oxide. HEX triplet: 67, 1B and 04. RGB value is (103,27,4). Sum of RGB (Red+Green+Blue) = 103+27+4=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #671B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671B04 is #98E4FB. Grayscale: #2F2F2F. Windows color (decimal): -10020092 or 269159. OLE color: 269159.
HSL color Cylindrical-coordinate representation of color #671B04: hue angle of 13.94º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #671B04 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 27 | 4 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.60 |
| HSL | 13.94º | 0.93% | 0.21% | - |
| HSV(B) | 13.94º | 0.96% | 0.4% | - |
| XYZ | 6.01 | 3.68 | 0.51 | - |
| YUV | 47.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 4 | 0 | 0.74 | 0.96 | 0.60 | 13.94 | 0.93 | 0.21 |
| Hex | 67 | 1B | 4 | 0 | 4A | 60 | 3C | E | 5D | 15 |
| Octal | 147 | 33 | 4 | 0 | 112 | 140 | 74 | 16 | 135 | 25 |
| Binary | 1100111 | 11011 | 100 | 0 | 1001010 | 1100000 | 111100 | 1110 | 1011101 | 10101 |
Color Harmonies of #671B04
Complementary color
Monochromatic Colors of #671B04
Black with #671B04
Text Example
Text Example
White with #671B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671B04; }
p { color: rgb(103,27,4); }
H1.HeaderClassName
{
color: #671B04;
}
.AnyTagClassName
{
color: #671B04;
}
</style>
background-color css
<style>
a { background-color: #671B04; }
a { background-color: rgb(103,27,4); }
div.DivClassName
{
background-color: #671B04;
}
.BgClassName
{
background-color: #671B04;
}
</style>
border-color css
<style>
span { border-color: #671B04; }
span { border-color: rgb(103,27,4); }
td.TdClassName
{
border-color: #671B04;
}
.TagClassName
{
border-color: #671B04;
}
</style>