Shades of Red Oxide #671B0B
Tints of Red Oxide #671B0B
RGB
CMYK
RGB Variations
Color information
#671B0B (or 0x671B0B) is known color: Red Oxide. HEX triplet: 67, 1B and 0B. RGB value is (103,27,11). Sum of RGB (Red+Green+Blue) = 103+27+11=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #671B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671B0B is #98E4F4. Grayscale: #303030. Windows color (decimal): -10020085 or 727911. OLE color: 727911.
HSL color Cylindrical-coordinate representation of color #671B0B: hue angle of 10.43º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671B0B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 27 | 11 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.60 |
| HSL | 10.43º | 0.81% | 0.22% | - |
| HSV(B) | 10.43º | 0.89% | 0.4% | - |
| XYZ | 6.05 | 3.69 | 0.71 | - |
| YUV | 47.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 11 | 0 | 0.74 | 0.89 | 0.60 | 10.43 | 0.81 | 0.22 |
| Hex | 67 | 1B | B | 0 | 4A | 59 | 3C | A | 51 | 16 |
| Octal | 147 | 33 | 13 | 0 | 112 | 131 | 74 | 12 | 121 | 26 |
| Binary | 1100111 | 11011 | 1011 | 0 | 1001010 | 1011001 | 111100 | 1010 | 1010001 | 10110 |
Color Harmonies of #671B0B
Complementary color
Monochromatic Colors of #671B0B
Black with #671B0B
Text Example
Text Example
White with #671B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671B0B; }
p { color: rgb(103,27,11); }
H1.HeaderClassName
{
color: #671B0B;
}
.AnyTagClassName
{
color: #671B0B;
}
</style>
background-color css
<style>
a { background-color: #671B0B; }
a { background-color: rgb(103,27,11); }
div.DivClassName
{
background-color: #671B0B;
}
.BgClassName
{
background-color: #671B0B;
}
</style>
border-color css
<style>
span { border-color: #671B0B; }
span { border-color: rgb(103,27,11); }
td.TdClassName
{
border-color: #671B0B;
}
.TagClassName
{
border-color: #671B0B;
}
</style>