Shades of Red Oxide #6A2118
Tints of Red Oxide #6A2118
RGB
CMYK
RGB Variations
Color information
#6A2118 (or 0x6A2118) is known color: Red Oxide. HEX triplet: 6A, 21 and 18. RGB value is (106,33,24). Sum of RGB (Red+Green+Blue) = 106+33+24=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2118 is #95DEE7. Grayscale: #353535. Windows color (decimal): -9821928 or 1581418. OLE color: 1581418.
HSL color Cylindrical-coordinate representation of color #6A2118: hue angle of 6.59º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A2118 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 33 | 24 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.58 |
| HSL | 6.59º | 0.63% | 0.25% | - |
| HSV(B) | 6.59º | 0.77% | 0.42% | - |
| XYZ | 6.65 | 4.22 | 1.33 | - |
| YUV | 53.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 33 | 24 | 0 | 0.69 | 0.77 | 0.58 | 6.59 | 0.63 | 0.25 |
| Hex | 6A | 21 | 18 | 0 | 45 | 4D | 3A | 7 | 3F | 19 |
| Octal | 152 | 41 | 30 | 0 | 105 | 115 | 72 | 7 | 77 | 31 |
| Binary | 1101010 | 100001 | 11000 | 0 | 1000101 | 1001101 | 111010 | 111 | 111111 | 11001 |
Color Harmonies of #6A2118
Complementary color
Monochromatic Colors of #6A2118
Black with #6A2118
Text Example
Text Example
White with #6A2118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2118; }
p { color: rgb(106,33,24); }
H1.HeaderClassName
{
color: #6A2118;
}
.AnyTagClassName
{
color: #6A2118;
}
</style>
background-color css
<style>
a { background-color: #6A2118; }
a { background-color: rgb(106,33,24); }
div.DivClassName
{
background-color: #6A2118;
}
.BgClassName
{
background-color: #6A2118;
}
</style>
border-color css
<style>
span { border-color: #6A2118; }
span { border-color: rgb(106,33,24); }
td.TdClassName
{
border-color: #6A2118;
}
.TagClassName
{
border-color: #6A2118;
}
</style>