Shades of Red Oxide #671C1C
Tints of Red Oxide #671C1C
RGB
CMYK
RGB Variations
Color information
#671C1C (or 0x671C1C) is known color: Red Oxide. HEX triplet: 67, 1C and 1C. RGB value is (103,28,28). Sum of RGB (Red+Green+Blue) = 103+28+28=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #671C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C1C is #98E3E3. Grayscale: #323232. Windows color (decimal): -10019812 or 1842279. OLE color: 1842279.
HSL color Cylindrical-coordinate representation of color #671C1C: hue angle of 0º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C1C is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 28 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.60 |
| HSL | 0º | 0.57% | 0.26% | - |
| HSV(B) | 0º | 0.73% | 0.4% | - |
| XYZ | 6.22 | 3.8 | 1.5 | - |
| YUV | 50.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 28 | 0 | 0.73 | 0.73 | 0.60 | 0 | 0.57 | 0.26 |
| Hex | 67 | 1C | 1C | 0 | 49 | 49 | 3C | 0 | 39 | 1A |
| Octal | 147 | 34 | 34 | 0 | 111 | 111 | 74 | 0 | 71 | 32 |
| Binary | 1100111 | 11100 | 11100 | 0 | 1001001 | 1001001 | 111100 | 0 | 111001 | 11010 |
Color Harmonies of #671C1C
Complementary color
Monochromatic Colors of #671C1C
Black with #671C1C
Text Example
Text Example
White with #671C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C1C; }
p { color: rgb(103,28,28); }
H1.HeaderClassName
{
color: #671C1C;
}
.AnyTagClassName
{
color: #671C1C;
}
</style>
background-color css
<style>
a { background-color: #671C1C; }
a { background-color: rgb(103,28,28); }
div.DivClassName
{
background-color: #671C1C;
}
.BgClassName
{
background-color: #671C1C;
}
</style>
border-color css
<style>
span { border-color: #671C1C; }
span { border-color: rgb(103,28,28); }
td.TdClassName
{
border-color: #671C1C;
}
.TagClassName
{
border-color: #671C1C;
}
</style>