Shades of Red Oxide #6A1E14
Tints of Red Oxide #6A1E14
RGB
CMYK
RGB Variations
Color information
#6A1E14 (or 0x6A1E14) is known color: Red Oxide. HEX triplet: 6A, 1E and 14. RGB value is (106,30,20). Sum of RGB (Red+Green+Blue) = 106+30+20=156 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.95% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1E14 is #95E1EB. Grayscale: #333333. Windows color (decimal): -9822700 or 1318506. OLE color: 1318506.
HSL color Cylindrical-coordinate representation of color #6A1E14: hue angle of 6.98º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1E14 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 30 | 20 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.58 |
| HSL | 6.98º | 0.68% | 0.25% | - |
| HSV(B) | 6.98º | 0.81% | 0.42% | - |
| XYZ | 6.53 | 4.04 | 1.1 | - |
| YUV | 51.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 30 | 20 | 0 | 0.72 | 0.81 | 0.58 | 6.98 | 0.68 | 0.25 |
| Hex | 6A | 1E | 14 | 0 | 48 | 51 | 3A | 7 | 44 | 19 |
| Octal | 152 | 36 | 24 | 0 | 110 | 121 | 72 | 7 | 104 | 31 |
| Binary | 1101010 | 11110 | 10100 | 0 | 1001000 | 1010001 | 111010 | 111 | 1000100 | 11001 |
Color Harmonies of #6A1E14
Complementary color
Monochromatic Colors of #6A1E14
Black with #6A1E14
Text Example
Text Example
White with #6A1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1E14; }
p { color: rgb(106,30,20); }
H1.HeaderClassName
{
color: #6A1E14;
}
.AnyTagClassName
{
color: #6A1E14;
}
</style>
background-color css
<style>
a { background-color: #6A1E14; }
a { background-color: rgb(106,30,20); }
div.DivClassName
{
background-color: #6A1E14;
}
.BgClassName
{
background-color: #6A1E14;
}
</style>
border-color css
<style>
span { border-color: #6A1E14; }
span { border-color: rgb(106,30,20); }
td.TdClassName
{
border-color: #6A1E14;
}
.TagClassName
{
border-color: #6A1E14;
}
</style>