Shades of Red Oxide #4A1A19
Tints of Red Oxide #4A1A19
RGB
CMYK
RGB Variations
Color information
#4A1A19 (or 0x4A1A19) is known color: Red Oxide. HEX triplet: 4A, 1A and 19. RGB value is (74,26,25). Sum of RGB (Red+Green+Blue) = 74+26+25=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1A19 is #B5E5E6. Grayscale: #282828. Windows color (decimal): -11920871 or 1645130. OLE color: 1645130.
HSL color Cylindrical-coordinate representation of color #4A1A19: hue angle of 1.22º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A1A19 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 26 | 25 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.71 |
| HSL | 1.22º | 0.49% | 0.19% | - |
| HSV(B) | 1.22º | 0.66% | 0.29% | - |
| XYZ | 3.37 | 2.26 | 1.18 | - |
| YUV | 40.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 25 | 0 | 0.65 | 0.66 | 0.71 | 1.22 | 0.49 | 0.19 |
| Hex | 4A | 1A | 19 | 0 | 41 | 42 | 47 | 1 | 31 | 13 |
| Octal | 112 | 32 | 31 | 0 | 101 | 102 | 107 | 1 | 61 | 23 |
| Binary | 1001010 | 11010 | 11001 | 0 | 1000001 | 1000010 | 1000111 | 1 | 110001 | 10011 |
Color Harmonies of #4A1A19
Complementary color
Monochromatic Colors of #4A1A19
Black with #4A1A19
Text Example
Text Example
White with #4A1A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A19; }
p { color: rgb(74,26,25); }
H1.HeaderClassName
{
color: #4A1A19;
}
.AnyTagClassName
{
color: #4A1A19;
}
</style>
background-color css
<style>
a { background-color: #4A1A19; }
a { background-color: rgb(74,26,25); }
div.DivClassName
{
background-color: #4A1A19;
}
.BgClassName
{
background-color: #4A1A19;
}
</style>
border-color css
<style>
span { border-color: #4A1A19; }
span { border-color: rgb(74,26,25); }
td.TdClassName
{
border-color: #4A1A19;
}
.TagClassName
{
border-color: #4A1A19;
}
</style>