Shades of Red Oxide #671C13
Tints of Red Oxide #671C13
RGB
CMYK
RGB Variations
Color information
#671C13 (or 0x671C13) is known color: Red Oxide. HEX triplet: 67, 1C and 13. RGB value is (103,28,19). Sum of RGB (Red+Green+Blue) = 103+28+19=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #671C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C13 is #98E3EC. Grayscale: #313131. Windows color (decimal): -10019821 or 1252455. OLE color: 1252455.
HSL color Cylindrical-coordinate representation of color #671C13: hue angle of 6.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671C13 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 19 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.60 |
| HSL | 6.43º | 0.69% | 0.24% | - |
| HSV(B) | 6.43º | 0.82% | 0.4% | - |
| XYZ | 6.13 | 3.76 | 1.02 | - |
| YUV | 49.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 19 | 0 | 0.73 | 0.82 | 0.60 | 6.43 | 0.69 | 0.24 |
| Hex | 67 | 1C | 13 | 0 | 49 | 52 | 3C | 6 | 45 | 18 |
| Octal | 147 | 34 | 23 | 0 | 111 | 122 | 74 | 6 | 105 | 30 |
| Binary | 1100111 | 11100 | 10011 | 0 | 1001001 | 1010010 | 111100 | 110 | 1000101 | 11000 |
Color Harmonies of #671C13
Complementary color
Monochromatic Colors of #671C13
Black with #671C13
Text Example
Text Example
White with #671C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C13; }
p { color: rgb(103,28,19); }
H1.HeaderClassName
{
color: #671C13;
}
.AnyTagClassName
{
color: #671C13;
}
</style>
background-color css
<style>
a { background-color: #671C13; }
a { background-color: rgb(103,28,19); }
div.DivClassName
{
background-color: #671C13;
}
.BgClassName
{
background-color: #671C13;
}
</style>
border-color css
<style>
span { border-color: #671C13; }
span { border-color: rgb(103,28,19); }
td.TdClassName
{
border-color: #671C13;
}
.TagClassName
{
border-color: #671C13;
}
</style>