Shades of Red Oxide #491A18
Tints of Red Oxide #491A18
RGB
CMYK
RGB Variations
Color information
#491A18 (or 0x491A18) is known color: Red Oxide. HEX triplet: 49, 1A and 18. RGB value is (73,26,24). Sum of RGB (Red+Green+Blue) = 73+26+24=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #491A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A18 is #B6E5E7. Grayscale: #272727. Windows color (decimal): -11986408 or 1579593. OLE color: 1579593.
HSL color Cylindrical-coordinate representation of color #491A18: hue angle of 2.45º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491A18 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 24 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.71 |
| HSL | 2.45º | 0.51% | 0.19% | - |
| HSV(B) | 2.45º | 0.67% | 0.29% | - |
| XYZ | 3.28 | 2.22 | 1.12 | - |
| YUV | 39.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 24 | 0 | 0.64 | 0.67 | 0.71 | 2.45 | 0.51 | 0.19 |
| Hex | 49 | 1A | 18 | 0 | 40 | 43 | 47 | 2 | 33 | 13 |
| Octal | 111 | 32 | 30 | 0 | 100 | 103 | 107 | 2 | 63 | 23 |
| Binary | 1001001 | 11010 | 11000 | 0 | 1000000 | 1000011 | 1000111 | 10 | 110011 | 10011 |
Color Harmonies of #491A18
Complementary color
Monochromatic Colors of #491A18
Black with #491A18
Text Example
Text Example
White with #491A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A18; }
p { color: rgb(73,26,24); }
H1.HeaderClassName
{
color: #491A18;
}
.AnyTagClassName
{
color: #491A18;
}
</style>
background-color css
<style>
a { background-color: #491A18; }
a { background-color: rgb(73,26,24); }
div.DivClassName
{
background-color: #491A18;
}
.BgClassName
{
background-color: #491A18;
}
</style>
border-color css
<style>
span { border-color: #491A18; }
span { border-color: rgb(73,26,24); }
td.TdClassName
{
border-color: #491A18;
}
.TagClassName
{
border-color: #491A18;
}
</style>