Shades of Red Oxide #6A1A0A
Tints of Red Oxide #6A1A0A
RGB
CMYK
RGB Variations
Color information
#6A1A0A (or 0x6A1A0A) is known color: Red Oxide. HEX triplet: 6A, 1A and 0A. RGB value is (106,26,10). Sum of RGB (Red+Green+Blue) = 106+26+10=142 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.65% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1A0A is #95E5F5. Grayscale: #303030. Windows color (decimal): -9823734 or 662122. OLE color: 662122.
HSL color Cylindrical-coordinate representation of color #6A1A0A: hue angle of 10º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A1A0A is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 26 | 10 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.58 |
| HSL | 10º | 0.83% | 0.23% | - |
| HSV(B) | 10º | 0.91% | 0.42% | - |
| XYZ | 6.37 | 3.82 | 0.69 | - |
| YUV | 48.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 26 | 10 | 0 | 0.75 | 0.91 | 0.58 | 10 | 0.83 | 0.23 |
| Hex | 6A | 1A | A | 0 | 4B | 5B | 3A | A | 53 | 17 |
| Octal | 152 | 32 | 12 | 0 | 113 | 133 | 72 | 12 | 123 | 27 |
| Binary | 1101010 | 11010 | 1010 | 0 | 1001011 | 1011011 | 111010 | 1010 | 1010011 | 10111 |
Color Harmonies of #6A1A0A
Complementary color
Monochromatic Colors of #6A1A0A
Black with #6A1A0A
Text Example
Text Example
White with #6A1A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1A0A; }
p { color: rgb(106,26,10); }
H1.HeaderClassName
{
color: #6A1A0A;
}
.AnyTagClassName
{
color: #6A1A0A;
}
</style>
background-color css
<style>
a { background-color: #6A1A0A; }
a { background-color: rgb(106,26,10); }
div.DivClassName
{
background-color: #6A1A0A;
}
.BgClassName
{
background-color: #6A1A0A;
}
</style>
border-color css
<style>
span { border-color: #6A1A0A; }
span { border-color: rgb(106,26,10); }
td.TdClassName
{
border-color: #6A1A0A;
}
.TagClassName
{
border-color: #6A1A0A;
}
</style>