Shades of Red Oxide #6C210B
Tints of Red Oxide #6C210B
RGB
CMYK
RGB Variations
Color information
#6C210B (or 0x6C210B) is known color: Red Oxide. HEX triplet: 6C, 21 and 0B. RGB value is (108,33,11). Sum of RGB (Red+Green+Blue) = 108+33+11=152 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.05% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 108 - color contains mainly: red. Hex color #6C210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C210B is #93DEF4. Grayscale: #353535. Windows color (decimal): -9690869 or 729452. OLE color: 729452.
HSL color Cylindrical-coordinate representation of color #6C210B: hue angle of 13.61º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C210B is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 33 | 11 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.58 |
| HSL | 13.61º | 0.82% | 0.23% | - |
| HSV(B) | 13.61º | 0.9% | 0.42% | - |
| XYZ | 6.79 | 4.3 | 0.79 | - |
| YUV | 52.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 11 | 0 | 0.69 | 0.90 | 0.58 | 13.61 | 0.82 | 0.23 |
| Hex | 6C | 21 | B | 0 | 45 | 5A | 3A | E | 52 | 17 |
| Octal | 154 | 41 | 13 | 0 | 105 | 132 | 72 | 16 | 122 | 27 |
| Binary | 1101100 | 100001 | 1011 | 0 | 1000101 | 1011010 | 111010 | 1110 | 1010010 | 10111 |
Color Harmonies of #6C210B
Complementary color
Monochromatic Colors of #6C210B
Black with #6C210B
Text Example
Text Example
White with #6C210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C210B; }
p { color: rgb(108,33,11); }
H1.HeaderClassName
{
color: #6C210B;
}
.AnyTagClassName
{
color: #6C210B;
}
</style>
background-color css
<style>
a { background-color: #6C210B; }
a { background-color: rgb(108,33,11); }
div.DivClassName
{
background-color: #6C210B;
}
.BgClassName
{
background-color: #6C210B;
}
</style>
border-color css
<style>
span { border-color: #6C210B; }
span { border-color: rgb(108,33,11); }
td.TdClassName
{
border-color: #6C210B;
}
.TagClassName
{
border-color: #6C210B;
}
</style>