Shades of Red Oxide #6E1D1B
Tints of Red Oxide #6E1D1B
RGB
CMYK
RGB Variations
Color information
#6E1D1B (or 0x6E1D1B) is known color: Red Oxide. HEX triplet: 6E, 1D and 1B. RGB value is (110,29,27). Sum of RGB (Red+Green+Blue) = 110+29+27=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1D1B is #91E2E4. Grayscale: #353535. Windows color (decimal): -9560805 or 1777006. OLE color: 1777006.
HSL color Cylindrical-coordinate representation of color #6E1D1B: hue angle of 1.45º 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 #6E1D1B is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 29 | 27 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.57 |
| HSL | 1.45º | 0.61% | 0.27% | - |
| HSV(B) | 1.45º | 0.75% | 0.43% | - |
| XYZ | 7.07 | 4.27 | 1.49 | - |
| YUV | 52.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 29 | 27 | 0 | 0.74 | 0.75 | 0.57 | 1.45 | 0.61 | 0.27 |
| Hex | 6E | 1D | 1B | 0 | 4A | 4B | 39 | 1 | 3D | 1B |
| Octal | 156 | 35 | 33 | 0 | 112 | 113 | 71 | 1 | 75 | 33 |
| Binary | 1101110 | 11101 | 11011 | 0 | 1001010 | 1001011 | 111001 | 1 | 111101 | 11011 |
Color Harmonies of #6E1D1B
Complementary color
Monochromatic Colors of #6E1D1B
Black with #6E1D1B
Text Example
Text Example
White with #6E1D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1D1B; }
p { color: rgb(110,29,27); }
H1.HeaderClassName
{
color: #6E1D1B;
}
.AnyTagClassName
{
color: #6E1D1B;
}
</style>
background-color css
<style>
a { background-color: #6E1D1B; }
a { background-color: rgb(110,29,27); }
div.DivClassName
{
background-color: #6E1D1B;
}
.BgClassName
{
background-color: #6E1D1B;
}
</style>
border-color css
<style>
span { border-color: #6E1D1B; }
span { border-color: rgb(110,29,27); }
td.TdClassName
{
border-color: #6E1D1B;
}
.TagClassName
{
border-color: #6E1D1B;
}
</style>