Shades of Red Oxide #6E1E1B
Tints of Red Oxide #6E1E1B
RGB
CMYK
RGB Variations
Color information
#6E1E1B (or 0x6E1E1B) is known color: Red Oxide. HEX triplet: 6E, 1E and 1B. RGB value is (110,30,27). Sum of RGB (Red+Green+Blue) = 110+30+27=167 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.87% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1E1B is #91E1E4. Grayscale: #353535. Windows color (decimal): -9560549 or 1777262. OLE color: 1777262.
HSL color Cylindrical-coordinate representation of color #6E1E1B: hue angle of 2.17º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E1E1B is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 30 | 27 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.57 |
| HSL | 2.17º | 0.61% | 0.27% | - |
| HSV(B) | 2.17º | 0.75% | 0.43% | - |
| XYZ | 7.09 | 4.32 | 1.5 | - |
| YUV | 53.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 30 | 27 | 0 | 0.73 | 0.75 | 0.57 | 2.17 | 0.61 | 0.27 |
| Hex | 6E | 1E | 1B | 0 | 49 | 4B | 39 | 2 | 3D | 1B |
| Octal | 156 | 36 | 33 | 0 | 111 | 113 | 71 | 2 | 75 | 33 |
| Binary | 1101110 | 11110 | 11011 | 0 | 1001001 | 1001011 | 111001 | 10 | 111101 | 11011 |
Color Harmonies of #6E1E1B
Complementary color
Monochromatic Colors of #6E1E1B
Black with #6E1E1B
Text Example
Text Example
White with #6E1E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1E1B; }
p { color: rgb(110,30,27); }
H1.HeaderClassName
{
color: #6E1E1B;
}
.AnyTagClassName
{
color: #6E1E1B;
}
</style>
background-color css
<style>
a { background-color: #6E1E1B; }
a { background-color: rgb(110,30,27); }
div.DivClassName
{
background-color: #6E1E1B;
}
.BgClassName
{
background-color: #6E1E1B;
}
</style>
border-color css
<style>
span { border-color: #6E1E1B; }
span { border-color: rgb(110,30,27); }
td.TdClassName
{
border-color: #6E1E1B;
}
.TagClassName
{
border-color: #6E1E1B;
}
</style>