Shades of Red Oxide #6C201A
Tints of Red Oxide #6C201A
RGB
CMYK
RGB Variations
Color information
#6C201A (or 0x6C201A) is known color: Red Oxide. HEX triplet: 6C, 20 and 1A. RGB value is (108,32,26). Sum of RGB (Red+Green+Blue) = 108+32+26=166 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.06% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 108 - color contains mainly: red. Hex color #6C201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C201A is #93DFE5. Grayscale: #363636. Windows color (decimal): -9691110 or 1712236. OLE color: 1712236.
HSL color Cylindrical-coordinate representation of color #6C201A: hue angle of 4.39º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C201A is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 26 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.58 |
| HSL | 4.39º | 0.61% | 0.26% | - |
| HSV(B) | 4.39º | 0.76% | 0.42% | - |
| XYZ | 6.89 | 4.3 | 1.44 | - |
| YUV | 54.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 26 | 0 | 0.70 | 0.76 | 0.58 | 4.39 | 0.61 | 0.26 |
| Hex | 6C | 20 | 1A | 0 | 46 | 4C | 3A | 4 | 3D | 1A |
| Octal | 154 | 40 | 32 | 0 | 106 | 114 | 72 | 4 | 75 | 32 |
| Binary | 1101100 | 100000 | 11010 | 0 | 1000110 | 1001100 | 111010 | 100 | 111101 | 11010 |
Color Harmonies of #6C201A
Complementary color
Monochromatic Colors of #6C201A
Black with #6C201A
Text Example
Text Example
White with #6C201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C201A; }
p { color: rgb(108,32,26); }
H1.HeaderClassName
{
color: #6C201A;
}
.AnyTagClassName
{
color: #6C201A;
}
</style>
background-color css
<style>
a { background-color: #6C201A; }
a { background-color: rgb(108,32,26); }
div.DivClassName
{
background-color: #6C201A;
}
.BgClassName
{
background-color: #6C201A;
}
</style>
border-color css
<style>
span { border-color: #6C201A; }
span { border-color: rgb(108,32,26); }
td.TdClassName
{
border-color: #6C201A;
}
.TagClassName
{
border-color: #6C201A;
}
</style>