Shades of Red Oxide #6A211A
Tints of Red Oxide #6A211A
RGB
CMYK
RGB Variations
Color information
#6A211A (or 0x6A211A) is known color: Red Oxide. HEX triplet: 6A, 21 and 1A. RGB value is (106,33,26). Sum of RGB (Red+Green+Blue) = 106+33+26=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A211A is #95DEE5. Grayscale: #363636. Windows color (decimal): -9821926 or 1712490. OLE color: 1712490.
HSL color Cylindrical-coordinate representation of color #6A211A: hue angle of 5.25º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A211A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 33 | 26 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.58 |
| HSL | 5.25º | 0.61% | 0.26% | - |
| HSV(B) | 5.25º | 0.75% | 0.42% | - |
| XYZ | 6.67 | 4.23 | 1.44 | - |
| YUV | 54.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 33 | 26 | 0 | 0.69 | 0.75 | 0.58 | 5.25 | 0.61 | 0.26 |
| Hex | 6A | 21 | 1A | 0 | 45 | 4B | 3A | 5 | 3D | 1A |
| Octal | 152 | 41 | 32 | 0 | 105 | 113 | 72 | 5 | 75 | 32 |
| Binary | 1101010 | 100001 | 11010 | 0 | 1000101 | 1001011 | 111010 | 101 | 111101 | 11010 |
Color Harmonies of #6A211A
Complementary color
Monochromatic Colors of #6A211A
Black with #6A211A
Text Example
Text Example
White with #6A211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A211A; }
p { color: rgb(106,33,26); }
H1.HeaderClassName
{
color: #6A211A;
}
.AnyTagClassName
{
color: #6A211A;
}
</style>
background-color css
<style>
a { background-color: #6A211A; }
a { background-color: rgb(106,33,26); }
div.DivClassName
{
background-color: #6A211A;
}
.BgClassName
{
background-color: #6A211A;
}
</style>
border-color css
<style>
span { border-color: #6A211A; }
span { border-color: rgb(106,33,26); }
td.TdClassName
{
border-color: #6A211A;
}
.TagClassName
{
border-color: #6A211A;
}
</style>