Shades of Red Oxide #4A1814
Tints of Red Oxide #4A1814
RGB
CMYK
RGB Variations
Color information
#4A1814 (or 0x4A1814) is known color: Red Oxide. HEX triplet: 4A, 18 and 14. RGB value is (74,24,20). Sum of RGB (Red+Green+Blue) = 74+24+20=118 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.71% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1814 is #B5E7EB. Grayscale: #262626. Windows color (decimal): -11921388 or 1316938. OLE color: 1316938.
HSL color Cylindrical-coordinate representation of color #4A1814: hue angle of 4.44º 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 #4A1814 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 24 | 20 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.71 |
| HSL | 4.44º | 0.57% | 0.18% | - |
| HSV(B) | 4.44º | 0.73% | 0.29% | - |
| XYZ | 3.28 | 2.16 | 0.91 | - |
| YUV | 38.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 20 | 0 | 0.68 | 0.73 | 0.71 | 4.44 | 0.57 | 0.18 |
| Hex | 4A | 18 | 14 | 0 | 44 | 49 | 47 | 4 | 39 | 12 |
| Octal | 112 | 30 | 24 | 0 | 104 | 111 | 107 | 4 | 71 | 22 |
| Binary | 1001010 | 11000 | 10100 | 0 | 1000100 | 1001001 | 1000111 | 100 | 111001 | 10010 |
Color Harmonies of #4A1814
Complementary color
Monochromatic Colors of #4A1814
Black with #4A1814
Text Example
Text Example
White with #4A1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1814; }
p { color: rgb(74,24,20); }
H1.HeaderClassName
{
color: #4A1814;
}
.AnyTagClassName
{
color: #4A1814;
}
</style>
background-color css
<style>
a { background-color: #4A1814; }
a { background-color: rgb(74,24,20); }
div.DivClassName
{
background-color: #4A1814;
}
.BgClassName
{
background-color: #4A1814;
}
</style>
border-color css
<style>
span { border-color: #4A1814; }
span { border-color: rgb(74,24,20); }
td.TdClassName
{
border-color: #4A1814;
}
.TagClassName
{
border-color: #4A1814;
}
</style>