Shades of Red Oxide #481A19
Tints of Red Oxide #481A19
RGB
CMYK
RGB Variations
Color information
#481A19 (or 0x481A19) is known color: Red Oxide. HEX triplet: 48, 1A and 19. RGB value is (72,26,25). Sum of RGB (Red+Green+Blue) = 72+26+25=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A19 is #B7E5E6. Grayscale: #272727. Windows color (decimal): -12051943 or 1645128. OLE color: 1645128.
HSL color Cylindrical-coordinate representation of color #481A19: hue angle of 1.28º 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 #481A19 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 25 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.72 |
| HSL | 1.28º | 0.48% | 0.19% | - |
| HSV(B) | 1.28º | 0.65% | 0.28% | - |
| XYZ | 3.22 | 2.19 | 1.17 | - |
| YUV | 39.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 25 | 0 | 0.64 | 0.65 | 0.72 | 1.28 | 0.48 | 0.19 |
| Hex | 48 | 1A | 19 | 0 | 40 | 41 | 48 | 1 | 30 | 13 |
| Octal | 110 | 32 | 31 | 0 | 100 | 101 | 110 | 1 | 60 | 23 |
| Binary | 1001000 | 11010 | 11001 | 0 | 1000000 | 1000001 | 1001000 | 1 | 110000 | 10011 |
Color Harmonies of #481A19
Complementary color
Monochromatic Colors of #481A19
Black with #481A19
Text Example
Text Example
White with #481A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A19; }
p { color: rgb(72,26,25); }
H1.HeaderClassName
{
color: #481A19;
}
.AnyTagClassName
{
color: #481A19;
}
</style>
background-color css
<style>
a { background-color: #481A19; }
a { background-color: rgb(72,26,25); }
div.DivClassName
{
background-color: #481A19;
}
.BgClassName
{
background-color: #481A19;
}
</style>
border-color css
<style>
span { border-color: #481A19; }
span { border-color: rgb(72,26,25); }
td.TdClassName
{
border-color: #481A19;
}
.TagClassName
{
border-color: #481A19;
}
</style>