Shades of Red Oxide #671C0A
Tints of Red Oxide #671C0A
RGB
CMYK
RGB Variations
Color information
#671C0A (or 0x671C0A) is known color: Red Oxide. HEX triplet: 67, 1C and 0A. RGB value is (103,28,10). Sum of RGB (Red+Green+Blue) = 103+28+10=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #671C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C0A is #98E3F5. Grayscale: #303030. Windows color (decimal): -10019830 or 662631. OLE color: 662631.
HSL color Cylindrical-coordinate representation of color #671C0A: hue angle of 11.61º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #671C0A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 10 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.60 |
| HSL | 11.61º | 0.82% | 0.22% | - |
| HSV(B) | 11.61º | 0.9% | 0.4% | - |
| XYZ | 6.06 | 3.74 | 0.69 | - |
| YUV | 48.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 10 | 0 | 0.73 | 0.90 | 0.60 | 11.61 | 0.82 | 0.22 |
| Hex | 67 | 1C | A | 0 | 49 | 5A | 3C | C | 52 | 16 |
| Octal | 147 | 34 | 12 | 0 | 111 | 132 | 74 | 14 | 122 | 26 |
| Binary | 1100111 | 11100 | 1010 | 0 | 1001001 | 1011010 | 111100 | 1100 | 1010010 | 10110 |
Color Harmonies of #671C0A
Complementary color
Monochromatic Colors of #671C0A
Black with #671C0A
Text Example
Text Example
White with #671C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C0A; }
p { color: rgb(103,28,10); }
H1.HeaderClassName
{
color: #671C0A;
}
.AnyTagClassName
{
color: #671C0A;
}
</style>
background-color css
<style>
a { background-color: #671C0A; }
a { background-color: rgb(103,28,10); }
div.DivClassName
{
background-color: #671C0A;
}
.BgClassName
{
background-color: #671C0A;
}
</style>
border-color css
<style>
span { border-color: #671C0A; }
span { border-color: rgb(103,28,10); }
td.TdClassName
{
border-color: #671C0A;
}
.TagClassName
{
border-color: #671C0A;
}
</style>