Shades of Red Oxide #6B2210
Tints of Red Oxide #6B2210
RGB
CMYK
RGB Variations
Color information
#6B2210 (or 0x6B2210) is known color: Red Oxide. HEX triplet: 6B, 22 and 10. RGB value is (107,34,16). Sum of RGB (Red+Green+Blue) = 107+34+16=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2210 is #94DDEF. Grayscale: #353535. Windows color (decimal): -9756144 or 1057387. OLE color: 1057387.
HSL color Cylindrical-coordinate representation of color #6B2210: hue angle of 11.87º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B2210 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 34 | 16 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.58 |
| HSL | 11.87º | 0.74% | 0.24% | - |
| HSV(B) | 11.87º | 0.85% | 0.42% | - |
| XYZ | 6.73 | 4.31 | 0.97 | - |
| YUV | 53.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 34 | 16 | 0 | 0.68 | 0.85 | 0.58 | 11.87 | 0.74 | 0.24 |
| Hex | 6B | 22 | 10 | 0 | 44 | 55 | 3A | C | 4A | 18 |
| Octal | 153 | 42 | 20 | 0 | 104 | 125 | 72 | 14 | 112 | 30 |
| Binary | 1101011 | 100010 | 10000 | 0 | 1000100 | 1010101 | 111010 | 1100 | 1001010 | 11000 |
Color Harmonies of #6B2210
Complementary color
Monochromatic Colors of #6B2210
Black with #6B2210
Text Example
Text Example
White with #6B2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2210; }
p { color: rgb(107,34,16); }
H1.HeaderClassName
{
color: #6B2210;
}
.AnyTagClassName
{
color: #6B2210;
}
</style>
background-color css
<style>
a { background-color: #6B2210; }
a { background-color: rgb(107,34,16); }
div.DivClassName
{
background-color: #6B2210;
}
.BgClassName
{
background-color: #6B2210;
}
</style>
border-color css
<style>
span { border-color: #6B2210; }
span { border-color: rgb(107,34,16); }
td.TdClassName
{
border-color: #6B2210;
}
.TagClassName
{
border-color: #6B2210;
}
</style>