Shades of Red Oxide #481A1A
Tints of Red Oxide #481A1A
RGB
CMYK
RGB Variations
Color information
#481A1A (or 0x481A1A) is known color: Red Oxide. HEX triplet: 48, 1A and 1A. RGB value is (72,26,26). Sum of RGB (Red+Green+Blue) = 72+26+26=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #481A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A1A is #B7E5E5. Grayscale: #272727. Windows color (decimal): -12051942 or 1710664. OLE color: 1710664.
HSL color Cylindrical-coordinate representation of color #481A1A: hue angle of 0º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A1A is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 26 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.72 |
| HSL | 0º | 0.47% | 0.19% | - |
| HSV(B) | 0º | 0.64% | 0.28% | - |
| XYZ | 3.23 | 2.19 | 1.23 | - |
| YUV | 39.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 26 | 0 | 0.64 | 0.64 | 0.72 | 0 | 0.47 | 0.19 |
| Hex | 48 | 1A | 1A | 0 | 40 | 40 | 48 | 0 | 2F | 13 |
| Octal | 110 | 32 | 32 | 0 | 100 | 100 | 110 | 0 | 57 | 23 |
| Binary | 1001000 | 11010 | 11010 | 0 | 1000000 | 1000000 | 1001000 | 0 | 101111 | 10011 |
Color Harmonies of #481A1A
Complementary color
Monochromatic Colors of #481A1A
Black with #481A1A
Text Example
Text Example
White with #481A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A1A; }
p { color: rgb(72,26,26); }
H1.HeaderClassName
{
color: #481A1A;
}
.AnyTagClassName
{
color: #481A1A;
}
</style>
background-color css
<style>
a { background-color: #481A1A; }
a { background-color: rgb(72,26,26); }
div.DivClassName
{
background-color: #481A1A;
}
.BgClassName
{
background-color: #481A1A;
}
</style>
border-color css
<style>
span { border-color: #481A1A; }
span { border-color: rgb(72,26,26); }
td.TdClassName
{
border-color: #481A1A;
}
.TagClassName
{
border-color: #481A1A;
}
</style>