Shades of Red Oxide #6C200C
Tints of Red Oxide #6C200C
RGB
CMYK
RGB Variations
Color information
#6C200C (or 0x6C200C) is known color: Red Oxide. HEX triplet: 6C, 20 and 0C. RGB value is (108,32,12). Sum of RGB (Red+Green+Blue) = 108+32+12=152 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.05% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 108 - color contains mainly: red. Hex color #6C200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C200C is #93DFF3. Grayscale: #343434. Windows color (decimal): -9691124 or 794732. OLE color: 794732.
HSL color Cylindrical-coordinate representation of color #6C200C: hue angle of 12.5º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C200C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 12 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.58 |
| HSL | 12.5º | 0.8% | 0.24% | - |
| HSV(B) | 12.5º | 0.89% | 0.42% | - |
| XYZ | 6.77 | 4.25 | 0.81 | - |
| YUV | 52.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 12 | 0 | 0.70 | 0.89 | 0.58 | 12.5 | 0.8 | 0.24 |
| Hex | 6C | 20 | C | 0 | 46 | 59 | 3A | C | 50 | 18 |
| Octal | 154 | 40 | 14 | 0 | 106 | 131 | 72 | 14 | 120 | 30 |
| Binary | 1101100 | 100000 | 1100 | 0 | 1000110 | 1011001 | 111010 | 1100 | 1010000 | 11000 |
Color Harmonies of #6C200C
Complementary color
Monochromatic Colors of #6C200C
Black with #6C200C
Text Example
Text Example
White with #6C200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C200C; }
p { color: rgb(108,32,12); }
H1.HeaderClassName
{
color: #6C200C;
}
.AnyTagClassName
{
color: #6C200C;
}
</style>
background-color css
<style>
a { background-color: #6C200C; }
a { background-color: rgb(108,32,12); }
div.DivClassName
{
background-color: #6C200C;
}
.BgClassName
{
background-color: #6C200C;
}
</style>
border-color css
<style>
span { border-color: #6C200C; }
span { border-color: rgb(108,32,12); }
td.TdClassName
{
border-color: #6C200C;
}
.TagClassName
{
border-color: #6C200C;
}
</style>