Shades of Red Oxide #4A1614
Tints of Red Oxide #4A1614
RGB
CMYK
RGB Variations
Color information
#4A1614 (or 0x4A1614) is known color: Red Oxide. HEX triplet: 4A, 16 and 14. RGB value is (74,22,20). Sum of RGB (Red+Green+Blue) = 74+22+20=116 (15% of max value = 765). Red value is 74 (29.30% from 255 or 63.79% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1614 is #B5E9EB. Grayscale: #252525. Windows color (decimal): -11921900 or 1316426. OLE color: 1316426.
HSL color Cylindrical-coordinate representation of color #4A1614: hue angle of 2.22º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A1614 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 22 | 20 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.71 |
| HSL | 2.22º | 0.57% | 0.18% | - |
| HSV(B) | 2.22º | 0.73% | 0.29% | - |
| XYZ | 3.24 | 2.08 | 0.89 | - |
| YUV | 37.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 20 | 0 | 0.70 | 0.73 | 0.71 | 2.22 | 0.57 | 0.18 |
| Hex | 4A | 16 | 14 | 0 | 46 | 49 | 47 | 2 | 39 | 12 |
| Octal | 112 | 26 | 24 | 0 | 106 | 111 | 107 | 2 | 71 | 22 |
| Binary | 1001010 | 10110 | 10100 | 0 | 1000110 | 1001001 | 1000111 | 10 | 111001 | 10010 |
Color Harmonies of #4A1614
Complementary color
Monochromatic Colors of #4A1614
Black with #4A1614
Text Example
Text Example
White with #4A1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1614; }
p { color: rgb(74,22,20); }
H1.HeaderClassName
{
color: #4A1614;
}
.AnyTagClassName
{
color: #4A1614;
}
</style>
background-color css
<style>
a { background-color: #4A1614; }
a { background-color: rgb(74,22,20); }
div.DivClassName
{
background-color: #4A1614;
}
.BgClassName
{
background-color: #4A1614;
}
</style>
border-color css
<style>
span { border-color: #4A1614; }
span { border-color: rgb(74,22,20); }
td.TdClassName
{
border-color: #4A1614;
}
.TagClassName
{
border-color: #4A1614;
}
</style>