Shades of Red Oxide #501C1A
Tints of Red Oxide #501C1A
RGB
CMYK
RGB Variations
Color information
#501C1A (or 0x501C1A) is known color: Red Oxide. HEX triplet: 50, 1C and 1A. RGB value is (80,28,26). Sum of RGB (Red+Green+Blue) = 80+28+26=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C1A is #AFE3E5. Grayscale: #2B2B2B. Windows color (decimal): -11527142 or 1711184. OLE color: 1711184.
HSL color Cylindrical-coordinate representation of color #501C1A: hue angle of 2.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501C1A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 26 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.69 |
| HSL | 2.22º | 0.51% | 0.21% | - |
| HSV(B) | 2.22º | 0.68% | 0.31% | - |
| XYZ | 3.91 | 2.61 | 1.28 | - |
| YUV | 43.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 26 | 0 | 0.65 | 0.67 | 0.69 | 2.22 | 0.51 | 0.21 |
| Hex | 50 | 1C | 1A | 0 | 41 | 43 | 45 | 2 | 33 | 15 |
| Octal | 120 | 34 | 32 | 0 | 101 | 103 | 105 | 2 | 63 | 25 |
| Binary | 1010000 | 11100 | 11010 | 0 | 1000001 | 1000011 | 1000101 | 10 | 110011 | 10101 |
Color Harmonies of #501C1A
Complementary color
Monochromatic Colors of #501C1A
Black with #501C1A
Text Example
Text Example
White with #501C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C1A; }
p { color: rgb(80,28,26); }
H1.HeaderClassName
{
color: #501C1A;
}
.AnyTagClassName
{
color: #501C1A;
}
</style>
background-color css
<style>
a { background-color: #501C1A; }
a { background-color: rgb(80,28,26); }
div.DivClassName
{
background-color: #501C1A;
}
.BgClassName
{
background-color: #501C1A;
}
</style>
border-color css
<style>
span { border-color: #501C1A; }
span { border-color: rgb(80,28,26); }
td.TdClassName
{
border-color: #501C1A;
}
.TagClassName
{
border-color: #501C1A;
}
</style>