Shades of Red Oxide #501A12
Tints of Red Oxide #501A12
RGB
CMYK
RGB Variations
Color information
#501A12 (or 0x501A12) is known color: Red Oxide. HEX triplet: 50, 1A and 12. RGB value is (80,26,18). Sum of RGB (Red+Green+Blue) = 80+26+18=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A12 is #AFE5ED. Grayscale: #292929. Windows color (decimal): -11527662 or 1186384. OLE color: 1186384.
HSL color Cylindrical-coordinate representation of color #501A12: hue angle of 7.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501A12 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 18 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.69 |
| HSL | 7.74º | 0.63% | 0.19% | - |
| HSV(B) | 7.74º | 0.78% | 0.31% | - |
| XYZ | 3.79 | 2.49 | 0.85 | - |
| YUV | 41.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 18 | 0 | 0.67 | 0.78 | 0.69 | 7.74 | 0.63 | 0.19 |
| Hex | 50 | 1A | 12 | 0 | 43 | 4E | 45 | 8 | 3F | 13 |
| Octal | 120 | 32 | 22 | 0 | 103 | 116 | 105 | 10 | 77 | 23 |
| Binary | 1010000 | 11010 | 10010 | 0 | 1000011 | 1001110 | 1000101 | 1000 | 111111 | 10011 |
Color Harmonies of #501A12
Complementary color
Monochromatic Colors of #501A12
Black with #501A12
Text Example
Text Example
White with #501A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A12; }
p { color: rgb(80,26,18); }
H1.HeaderClassName
{
color: #501A12;
}
.AnyTagClassName
{
color: #501A12;
}
</style>
background-color css
<style>
a { background-color: #501A12; }
a { background-color: rgb(80,26,18); }
div.DivClassName
{
background-color: #501A12;
}
.BgClassName
{
background-color: #501A12;
}
</style>
border-color css
<style>
span { border-color: #501A12; }
span { border-color: rgb(80,26,18); }
td.TdClassName
{
border-color: #501A12;
}
.TagClassName
{
border-color: #501A12;
}
</style>