Shades of Red Oxide #4A1C19
Tints of Red Oxide #4A1C19
RGB
CMYK
RGB Variations
Color information
#4A1C19 (or 0x4A1C19) is known color: Red Oxide. HEX triplet: 4A, 1C and 19. RGB value is (74,28,25). Sum of RGB (Red+Green+Blue) = 74+28+25=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1C19 is #B5E3E6. Grayscale: #292929. Windows color (decimal): -11920359 or 1645642. OLE color: 1645642.
HSL color Cylindrical-coordinate representation of color #4A1C19: hue angle of 3.67º 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 #4A1C19 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 28 | 25 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.71 |
| HSL | 3.67º | 0.49% | 0.19% | - |
| HSV(B) | 3.67º | 0.66% | 0.29% | - |
| XYZ | 3.41 | 2.36 | 1.19 | - |
| YUV | 41.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 25 | 0 | 0.62 | 0.66 | 0.71 | 3.67 | 0.49 | 0.19 |
| Hex | 4A | 1C | 19 | 0 | 3E | 42 | 47 | 4 | 31 | 13 |
| Octal | 112 | 34 | 31 | 0 | 76 | 102 | 107 | 4 | 61 | 23 |
| Binary | 1001010 | 11100 | 11001 | 0 | 111110 | 1000010 | 1000111 | 100 | 110001 | 10011 |
Color Harmonies of #4A1C19
Complementary color
Monochromatic Colors of #4A1C19
Black with #4A1C19
Text Example
Text Example
White with #4A1C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1C19; }
p { color: rgb(74,28,25); }
H1.HeaderClassName
{
color: #4A1C19;
}
.AnyTagClassName
{
color: #4A1C19;
}
</style>
background-color css
<style>
a { background-color: #4A1C19; }
a { background-color: rgb(74,28,25); }
div.DivClassName
{
background-color: #4A1C19;
}
.BgClassName
{
background-color: #4A1C19;
}
</style>
border-color css
<style>
span { border-color: #4A1C19; }
span { border-color: rgb(74,28,25); }
td.TdClassName
{
border-color: #4A1C19;
}
.TagClassName
{
border-color: #4A1C19;
}
</style>