Shades of Red Oxide #6B1C0C
Tints of Red Oxide #6B1C0C
RGB
CMYK
RGB Variations
Color information
#6B1C0C (or 0x6B1C0C) is known color: Red Oxide. HEX triplet: 6B, 1C and 0C. RGB value is (107,28,12). Sum of RGB (Red+Green+Blue) = 107+28+12=147 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.79% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1C0C is #94E3F3. Grayscale: #313131. Windows color (decimal): -9757684 or 793707. OLE color: 793707.
HSL color Cylindrical-coordinate representation of color #6B1C0C: hue angle of 10.11º 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 #6B1C0C is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 28 | 12 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.58 |
| HSL | 10.11º | 0.8% | 0.23% | - |
| HSV(B) | 10.11º | 0.89% | 0.42% | - |
| XYZ | 6.55 | 3.98 | 0.77 | - |
| YUV | 49.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 28 | 12 | 0 | 0.74 | 0.89 | 0.58 | 10.11 | 0.8 | 0.23 |
| Hex | 6B | 1C | C | 0 | 4A | 59 | 3A | A | 50 | 17 |
| Octal | 153 | 34 | 14 | 0 | 112 | 131 | 72 | 12 | 120 | 27 |
| Binary | 1101011 | 11100 | 1100 | 0 | 1001010 | 1011001 | 111010 | 1010 | 1010000 | 10111 |
Color Harmonies of #6B1C0C
Complementary color
Monochromatic Colors of #6B1C0C
Black with #6B1C0C
Text Example
Text Example
White with #6B1C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1C0C; }
p { color: rgb(107,28,12); }
H1.HeaderClassName
{
color: #6B1C0C;
}
.AnyTagClassName
{
color: #6B1C0C;
}
</style>
background-color css
<style>
a { background-color: #6B1C0C; }
a { background-color: rgb(107,28,12); }
div.DivClassName
{
background-color: #6B1C0C;
}
.BgClassName
{
background-color: #6B1C0C;
}
</style>
border-color css
<style>
span { border-color: #6B1C0C; }
span { border-color: rgb(107,28,12); }
td.TdClassName
{
border-color: #6B1C0C;
}
.TagClassName
{
border-color: #6B1C0C;
}
</style>