Shades of Red Oxide #6B210C
Tints of Red Oxide #6B210C
RGB
CMYK
RGB Variations
Color information
#6B210C (or 0x6B210C) is known color: Red Oxide. HEX triplet: 6B, 21 and 0C. RGB value is (107,33,12). Sum of RGB (Red+Green+Blue) = 107+33+12=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B210C is #94DEF3. Grayscale: #343434. Windows color (decimal): -9756404 or 794987. OLE color: 794987.
HSL color Cylindrical-coordinate representation of color #6B210C: hue angle of 13.26º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B210C is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 12 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.58 |
| HSL | 13.26º | 0.8% | 0.23% | - |
| HSV(B) | 13.26º | 0.89% | 0.42% | - |
| XYZ | 6.67 | 4.24 | 0.81 | - |
| YUV | 52.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 12 | 0 | 0.69 | 0.89 | 0.58 | 13.26 | 0.8 | 0.23 |
| Hex | 6B | 21 | C | 0 | 45 | 59 | 3A | D | 50 | 17 |
| Octal | 153 | 41 | 14 | 0 | 105 | 131 | 72 | 15 | 120 | 27 |
| Binary | 1101011 | 100001 | 1100 | 0 | 1000101 | 1011001 | 111010 | 1101 | 1010000 | 10111 |
Color Harmonies of #6B210C
Complementary color
Monochromatic Colors of #6B210C
Black with #6B210C
Text Example
Text Example
White with #6B210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B210C; }
p { color: rgb(107,33,12); }
H1.HeaderClassName
{
color: #6B210C;
}
.AnyTagClassName
{
color: #6B210C;
}
</style>
background-color css
<style>
a { background-color: #6B210C; }
a { background-color: rgb(107,33,12); }
div.DivClassName
{
background-color: #6B210C;
}
.BgClassName
{
background-color: #6B210C;
}
</style>
border-color css
<style>
span { border-color: #6B210C; }
span { border-color: rgb(107,33,12); }
td.TdClassName
{
border-color: #6B210C;
}
.TagClassName
{
border-color: #6B210C;
}
</style>