Shades of Red Oxide #481918
Tints of Red Oxide #481918
RGB
CMYK
RGB Variations
Color information
#481918 (or 0x481918) is known color: Red Oxide. HEX triplet: 48, 19 and 18. RGB value is (72,25,24). Sum of RGB (Red+Green+Blue) = 72+25+24=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481918 is #B7E6E7. Grayscale: #262626. Windows color (decimal): -12052200 or 1579336. OLE color: 1579336.
HSL color Cylindrical-coordinate representation of color #481918: hue angle of 1.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481918 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 24 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.72 |
| HSL | 1.25º | 0.5% | 0.19% | - |
| HSV(B) | 1.25º | 0.67% | 0.28% | - |
| XYZ | 3.18 | 2.14 | 1.11 | - |
| YUV | 38.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 24 | 0 | 0.65 | 0.67 | 0.72 | 1.25 | 0.5 | 0.19 |
| Hex | 48 | 19 | 18 | 0 | 41 | 43 | 48 | 1 | 32 | 13 |
| Octal | 110 | 31 | 30 | 0 | 101 | 103 | 110 | 1 | 62 | 23 |
| Binary | 1001000 | 11001 | 11000 | 0 | 1000001 | 1000011 | 1001000 | 1 | 110010 | 10011 |
Color Harmonies of #481918
Complementary color
Monochromatic Colors of #481918
Black with #481918
Text Example
Text Example
White with #481918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481918; }
p { color: rgb(72,25,24); }
H1.HeaderClassName
{
color: #481918;
}
.AnyTagClassName
{
color: #481918;
}
</style>
background-color css
<style>
a { background-color: #481918; }
a { background-color: rgb(72,25,24); }
div.DivClassName
{
background-color: #481918;
}
.BgClassName
{
background-color: #481918;
}
</style>
border-color css
<style>
span { border-color: #481918; }
span { border-color: rgb(72,25,24); }
td.TdClassName
{
border-color: #481918;
}
.TagClassName
{
border-color: #481918;
}
</style>