Shades of Red Oxide #481B1A
Tints of Red Oxide #481B1A
RGB
CMYK
RGB Variations
Color information
#481B1A (or 0x481B1A) is known color: Red Oxide. HEX triplet: 48, 1B and 1A. RGB value is (72,27,26). Sum of RGB (Red+Green+Blue) = 72+27+26=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B1A is #B7E4E5. Grayscale: #282828. Windows color (decimal): -12051686 or 1710920. OLE color: 1710920.
HSL color Cylindrical-coordinate representation of color #481B1A: hue angle of 1.3º 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 #481B1A is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 26 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.72 |
| HSL | 1.3º | 0.47% | 0.19% | - |
| HSV(B) | 1.3º | 0.64% | 0.28% | - |
| XYZ | 3.25 | 2.24 | 1.24 | - |
| YUV | 40.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 26 | 0 | 0.62 | 0.64 | 0.72 | 1.3 | 0.47 | 0.19 |
| Hex | 48 | 1B | 1A | 0 | 3E | 40 | 48 | 1 | 2F | 13 |
| Octal | 110 | 33 | 32 | 0 | 76 | 100 | 110 | 1 | 57 | 23 |
| Binary | 1001000 | 11011 | 11010 | 0 | 111110 | 1000000 | 1001000 | 1 | 101111 | 10011 |
Color Harmonies of #481B1A
Complementary color
Monochromatic Colors of #481B1A
Black with #481B1A
Text Example
Text Example
White with #481B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B1A; }
p { color: rgb(72,27,26); }
H1.HeaderClassName
{
color: #481B1A;
}
.AnyTagClassName
{
color: #481B1A;
}
</style>
background-color css
<style>
a { background-color: #481B1A; }
a { background-color: rgb(72,27,26); }
div.DivClassName
{
background-color: #481B1A;
}
.BgClassName
{
background-color: #481B1A;
}
</style>
border-color css
<style>
span { border-color: #481B1A; }
span { border-color: rgb(72,27,26); }
td.TdClassName
{
border-color: #481B1A;
}
.TagClassName
{
border-color: #481B1A;
}
</style>