Shades of Red Oxide #6A150E
Tints of Red Oxide #6A150E
RGB
CMYK
RGB Variations
Color information
#6A150E (or 0x6A150E) is known color: Red Oxide. HEX triplet: 6A, 15 and 0E. RGB value is (106,21,14). Sum of RGB (Red+Green+Blue) = 106+21+14=141 (18% of max value = 765). Red value is 106 (41.80% from 255 or 75.18% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 106 - color contains mainly: red. Hex color #6A150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A150E is #95EAF1. Grayscale: #2D2D2D. Windows color (decimal): -9825010 or 922986. OLE color: 922986.
HSL color Cylindrical-coordinate representation of color #6A150E: hue angle of 4.57º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A150E is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 21 | 14 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.58 |
| HSL | 4.57º | 0.77% | 0.24% | - |
| HSV(B) | 4.57º | 0.87% | 0.42% | - |
| XYZ | 6.29 | 3.63 | 0.78 | - |
| YUV | 45.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 14 | 0 | 0.80 | 0.87 | 0.58 | 4.57 | 0.77 | 0.24 |
| Hex | 6A | 15 | E | 0 | 50 | 57 | 3A | 5 | 4D | 18 |
| Octal | 152 | 25 | 16 | 0 | 120 | 127 | 72 | 5 | 115 | 30 |
| Binary | 1101010 | 10101 | 1110 | 0 | 1010000 | 1010111 | 111010 | 101 | 1001101 | 11000 |
Color Harmonies of #6A150E
Complementary color
Monochromatic Colors of #6A150E
Black with #6A150E
Text Example
Text Example
White with #6A150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A150E; }
p { color: rgb(106,21,14); }
H1.HeaderClassName
{
color: #6A150E;
}
.AnyTagClassName
{
color: #6A150E;
}
</style>
background-color css
<style>
a { background-color: #6A150E; }
a { background-color: rgb(106,21,14); }
div.DivClassName
{
background-color: #6A150E;
}
.BgClassName
{
background-color: #6A150E;
}
</style>
border-color css
<style>
span { border-color: #6A150E; }
span { border-color: rgb(106,21,14); }
td.TdClassName
{
border-color: #6A150E;
}
.TagClassName
{
border-color: #6A150E;
}
</style>