Shades of Red Oxide #4A1514
Tints of Red Oxide #4A1514
RGB
CMYK
RGB Variations
Color information
#4A1514 (or 0x4A1514) is known color: Red Oxide. HEX triplet: 4A, 15 and 14. RGB value is (74,21,20). Sum of RGB (Red+Green+Blue) = 74+21+20=115 (15% of max value = 765). Red value is 74 (29.30% from 255 or 64.35% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1514 is #B5EAEB. Grayscale: #242424. Windows color (decimal): -11922156 or 1316170. OLE color: 1316170.
HSL color Cylindrical-coordinate representation of color #4A1514: hue angle of 1.11º 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 #4A1514 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 20 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.71 |
| HSL | 1.11º | 0.57% | 0.18% | - |
| HSV(B) | 1.11º | 0.73% | 0.29% | - |
| XYZ | 3.22 | 2.04 | 0.89 | - |
| YUV | 36.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 20 | 0 | 0.72 | 0.73 | 0.71 | 1.11 | 0.57 | 0.18 |
| Hex | 4A | 15 | 14 | 0 | 48 | 49 | 47 | 1 | 39 | 12 |
| Octal | 112 | 25 | 24 | 0 | 110 | 111 | 107 | 1 | 71 | 22 |
| Binary | 1001010 | 10101 | 10100 | 0 | 1001000 | 1001001 | 1000111 | 1 | 111001 | 10010 |
Color Harmonies of #4A1514
Complementary color
Monochromatic Colors of #4A1514
Black with #4A1514
Text Example
Text Example
White with #4A1514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1514; }
p { color: rgb(74,21,20); }
H1.HeaderClassName
{
color: #4A1514;
}
.AnyTagClassName
{
color: #4A1514;
}
</style>
background-color css
<style>
a { background-color: #4A1514; }
a { background-color: rgb(74,21,20); }
div.DivClassName
{
background-color: #4A1514;
}
.BgClassName
{
background-color: #4A1514;
}
</style>
border-color css
<style>
span { border-color: #4A1514; }
span { border-color: rgb(74,21,20); }
td.TdClassName
{
border-color: #4A1514;
}
.TagClassName
{
border-color: #4A1514;
}
</style>