Shades of Red Oxide #671C04
Tints of Red Oxide #671C04
RGB
CMYK
RGB Variations
Color information
#671C04 (or 0x671C04) is known color: Red Oxide. HEX triplet: 67, 1C and 04. RGB value is (103,28,4). Sum of RGB (Red+Green+Blue) = 103+28+4=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #671C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C04 is #98E3FB. Grayscale: #2F2F2F. Windows color (decimal): -10019836 or 269415. OLE color: 269415.
HSL color Cylindrical-coordinate representation of color #671C04: hue angle of 14.55º 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 #671C04 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 4 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.60 |
| HSL | 14.55º | 0.93% | 0.21% | - |
| HSV(B) | 14.55º | 0.96% | 0.4% | - |
| XYZ | 6.03 | 3.72 | 0.52 | - |
| YUV | 47.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 4 | 0 | 0.73 | 0.96 | 0.60 | 14.55 | 0.93 | 0.21 |
| Hex | 67 | 1C | 4 | 0 | 49 | 60 | 3C | F | 5D | 15 |
| Octal | 147 | 34 | 4 | 0 | 111 | 140 | 74 | 17 | 135 | 25 |
| Binary | 1100111 | 11100 | 100 | 0 | 1001001 | 1100000 | 111100 | 1111 | 1011101 | 10101 |
Color Harmonies of #671C04
Complementary color
Monochromatic Colors of #671C04
Black with #671C04
Text Example
Text Example
White with #671C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C04; }
p { color: rgb(103,28,4); }
H1.HeaderClassName
{
color: #671C04;
}
.AnyTagClassName
{
color: #671C04;
}
</style>
background-color css
<style>
a { background-color: #671C04; }
a { background-color: rgb(103,28,4); }
div.DivClassName
{
background-color: #671C04;
}
.BgClassName
{
background-color: #671C04;
}
</style>
border-color css
<style>
span { border-color: #671C04; }
span { border-color: rgb(103,28,4); }
td.TdClassName
{
border-color: #671C04;
}
.TagClassName
{
border-color: #671C04;
}
</style>