Shades of Red Oxide #481B19
Tints of Red Oxide #481B19
RGB
CMYK
RGB Variations
Color information
#481B19 (or 0x481B19) is known color: Red Oxide. HEX triplet: 48, 1B and 19. RGB value is (72,27,25). Sum of RGB (Red+Green+Blue) = 72+27+25=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #481B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B19 is #B7E4E6. Grayscale: #282828. Windows color (decimal): -12051687 or 1645384. OLE color: 1645384.
HSL color Cylindrical-coordinate representation of color #481B19: hue angle of 2.55º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481B19 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 25 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.72 |
| HSL | 2.55º | 0.48% | 0.19% | - |
| HSV(B) | 2.55º | 0.65% | 0.28% | - |
| XYZ | 3.24 | 2.23 | 1.18 | - |
| YUV | 40.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 25 | 0 | 0.62 | 0.65 | 0.72 | 2.55 | 0.48 | 0.19 |
| Hex | 48 | 1B | 19 | 0 | 3E | 41 | 48 | 3 | 30 | 13 |
| Octal | 110 | 33 | 31 | 0 | 76 | 101 | 110 | 3 | 60 | 23 |
| Binary | 1001000 | 11011 | 11001 | 0 | 111110 | 1000001 | 1001000 | 11 | 110000 | 10011 |
Color Harmonies of #481B19
Complementary color
Monochromatic Colors of #481B19
Black with #481B19
Text Example
Text Example
White with #481B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B19; }
p { color: rgb(72,27,25); }
H1.HeaderClassName
{
color: #481B19;
}
.AnyTagClassName
{
color: #481B19;
}
</style>
background-color css
<style>
a { background-color: #481B19; }
a { background-color: rgb(72,27,25); }
div.DivClassName
{
background-color: #481B19;
}
.BgClassName
{
background-color: #481B19;
}
</style>
border-color css
<style>
span { border-color: #481B19; }
span { border-color: rgb(72,27,25); }
td.TdClassName
{
border-color: #481B19;
}
.TagClassName
{
border-color: #481B19;
}
</style>