Shades of Red Oxide #671A18
Tints of Red Oxide #671A18
RGB
CMYK
RGB Variations
Color information
#671A18 (or 0x671A18) is known color: Red Oxide. HEX triplet: 67, 1A and 18. RGB value is (103,26,24). Sum of RGB (Red+Green+Blue) = 103+26+24=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #671A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A18 is #98E5E7. Grayscale: #303030. Windows color (decimal): -10020328 or 1579623. OLE color: 1579623.
HSL color Cylindrical-coordinate representation of color #671A18: hue angle of 1.52º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #671A18 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 26 | 24 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.60 |
| HSL | 1.52º | 0.62% | 0.25% | - |
| HSV(B) | 1.52º | 0.77% | 0.4% | - |
| XYZ | 6.13 | 3.69 | 1.25 | - |
| YUV | 48.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 24 | 0 | 0.75 | 0.77 | 0.60 | 1.52 | 0.62 | 0.25 |
| Hex | 67 | 1A | 18 | 0 | 4B | 4D | 3C | 2 | 3E | 19 |
| Octal | 147 | 32 | 30 | 0 | 113 | 115 | 74 | 2 | 76 | 31 |
| Binary | 1100111 | 11010 | 11000 | 0 | 1001011 | 1001101 | 111100 | 10 | 111110 | 11001 |
Color Harmonies of #671A18
Complementary color
Monochromatic Colors of #671A18
Black with #671A18
Text Example
Text Example
White with #671A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A18; }
p { color: rgb(103,26,24); }
H1.HeaderClassName
{
color: #671A18;
}
.AnyTagClassName
{
color: #671A18;
}
</style>
background-color css
<style>
a { background-color: #671A18; }
a { background-color: rgb(103,26,24); }
div.DivClassName
{
background-color: #671A18;
}
.BgClassName
{
background-color: #671A18;
}
</style>
border-color css
<style>
span { border-color: #671A18; }
span { border-color: rgb(103,26,24); }
td.TdClassName
{
border-color: #671A18;
}
.TagClassName
{
border-color: #671A18;
}
</style>