Shades of Red Oxide #501C1C
Tints of Red Oxide #501C1C
RGB
CMYK
RGB Variations
Color information
#501C1C (or 0x501C1C) is known color: Red Oxide. HEX triplet: 50, 1C and 1C. RGB value is (80,28,28). Sum of RGB (Red+Green+Blue) = 80+28+28=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C1C is #AFE3E3. Grayscale: #2B2B2B. Windows color (decimal): -11527140 or 1842256. OLE color: 1842256.
HSL color Cylindrical-coordinate representation of color #501C1C: hue angle of 0º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C1C is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 28 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.69 |
| HSL | 0º | 0.48% | 0.21% | - |
| HSV(B) | 0º | 0.65% | 0.31% | - |
| XYZ | 3.93 | 2.62 | 1.4 | - |
| YUV | 43.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 28 | 0 | 0.65 | 0.65 | 0.69 | 0 | 0.48 | 0.21 |
| Hex | 50 | 1C | 1C | 0 | 41 | 41 | 45 | 0 | 30 | 15 |
| Octal | 120 | 34 | 34 | 0 | 101 | 101 | 105 | 0 | 60 | 25 |
| Binary | 1010000 | 11100 | 11100 | 0 | 1000001 | 1000001 | 1000101 | 0 | 110000 | 10101 |
Color Harmonies of #501C1C
Complementary color
Monochromatic Colors of #501C1C
Black with #501C1C
Text Example
Text Example
White with #501C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C1C; }
p { color: rgb(80,28,28); }
H1.HeaderClassName
{
color: #501C1C;
}
.AnyTagClassName
{
color: #501C1C;
}
</style>
background-color css
<style>
a { background-color: #501C1C; }
a { background-color: rgb(80,28,28); }
div.DivClassName
{
background-color: #501C1C;
}
.BgClassName
{
background-color: #501C1C;
}
</style>
border-color css
<style>
span { border-color: #501C1C; }
span { border-color: rgb(80,28,28); }
td.TdClassName
{
border-color: #501C1C;
}
.TagClassName
{
border-color: #501C1C;
}
</style>