Shades of Red Oxide #6D1B11
Tints of Red Oxide #6D1B11
RGB
CMYK
RGB Variations
Color information
#6D1B11 (or 0x6D1B11) is known color: Red Oxide. HEX triplet: 6D, 1B and 11. RGB value is (109,27,17). Sum of RGB (Red+Green+Blue) = 109+27+17=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1B11 is #92E4EE. Grayscale: #323232. Windows color (decimal): -9626863 or 1121133. OLE color: 1121133.
HSL color Cylindrical-coordinate representation of color #6D1B11: hue angle of 6.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1B11 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 17 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.57 |
| HSL | 6.52º | 0.73% | 0.25% | - |
| HSV(B) | 6.52º | 0.84% | 0.43% | - |
| XYZ | 6.8 | 4.08 | 0.96 | - |
| YUV | 50.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 17 | 0 | 0.75 | 0.84 | 0.57 | 6.52 | 0.73 | 0.25 |
| Hex | 6D | 1B | 11 | 0 | 4B | 54 | 39 | 7 | 49 | 19 |
| Octal | 155 | 33 | 21 | 0 | 113 | 124 | 71 | 7 | 111 | 31 |
| Binary | 1101101 | 11011 | 10001 | 0 | 1001011 | 1010100 | 111001 | 111 | 1001001 | 11001 |
Color Harmonies of #6D1B11
Complementary color
Monochromatic Colors of #6D1B11
Black with #6D1B11
Text Example
Text Example
White with #6D1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B11; }
p { color: rgb(109,27,17); }
H1.HeaderClassName
{
color: #6D1B11;
}
.AnyTagClassName
{
color: #6D1B11;
}
</style>
background-color css
<style>
a { background-color: #6D1B11; }
a { background-color: rgb(109,27,17); }
div.DivClassName
{
background-color: #6D1B11;
}
.BgClassName
{
background-color: #6D1B11;
}
</style>
border-color css
<style>
span { border-color: #6D1B11; }
span { border-color: rgb(109,27,17); }
td.TdClassName
{
border-color: #6D1B11;
}
.TagClassName
{
border-color: #6D1B11;
}
</style>