Shades of Red Oxide #481C1A
Tints of Red Oxide #481C1A
RGB
CMYK
RGB Variations
Color information
#481C1A (or 0x481C1A) is known color: Red Oxide. HEX triplet: 48, 1C and 1A. RGB value is (72,28,26). Sum of RGB (Red+Green+Blue) = 72+28+26=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C1A is #B7E3E5. Grayscale: #282828. Windows color (decimal): -12051430 or 1711176. OLE color: 1711176.
HSL color Cylindrical-coordinate representation of color #481C1A: hue angle of 2.61º 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 #481C1A is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 26 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.72 |
| HSL | 2.61º | 0.47% | 0.19% | - |
| HSV(B) | 2.61º | 0.64% | 0.28% | - |
| XYZ | 3.27 | 2.28 | 1.25 | - |
| YUV | 40.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 26 | 0 | 0.61 | 0.64 | 0.72 | 2.61 | 0.47 | 0.19 |
| Hex | 48 | 1C | 1A | 0 | 3D | 40 | 48 | 3 | 2F | 13 |
| Octal | 110 | 34 | 32 | 0 | 75 | 100 | 110 | 3 | 57 | 23 |
| Binary | 1001000 | 11100 | 11010 | 0 | 111101 | 1000000 | 1001000 | 11 | 101111 | 10011 |
Color Harmonies of #481C1A
Complementary color
Monochromatic Colors of #481C1A
Black with #481C1A
Text Example
Text Example
White with #481C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C1A; }
p { color: rgb(72,28,26); }
H1.HeaderClassName
{
color: #481C1A;
}
.AnyTagClassName
{
color: #481C1A;
}
</style>
background-color css
<style>
a { background-color: #481C1A; }
a { background-color: rgb(72,28,26); }
div.DivClassName
{
background-color: #481C1A;
}
.BgClassName
{
background-color: #481C1A;
}
</style>
border-color css
<style>
span { border-color: #481C1A; }
span { border-color: rgb(72,28,26); }
td.TdClassName
{
border-color: #481C1A;
}
.TagClassName
{
border-color: #481C1A;
}
</style>