Shades of Red Oxide #5A150C
Tints of Red Oxide #5A150C
RGB
CMYK
RGB Variations
Color information
#5A150C (or 0x5A150C) is known color: Red Oxide. HEX triplet: 5A, 15 and 0C. RGB value is (90,21,12). Sum of RGB (Red+Green+Blue) = 90+21+12=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A150C is #A5EAF3. Grayscale: #282828. Windows color (decimal): -10873588 or 791898. OLE color: 791898.
HSL color Cylindrical-coordinate representation of color #5A150C: hue angle of 6.92º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A150C is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 12 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.65 |
| HSL | 6.92º | 0.76% | 0.2% | - |
| HSV(B) | 6.92º | 0.87% | 0.35% | - |
| XYZ | 4.55 | 2.74 | 0.64 | - |
| YUV | 40.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 12 | 0 | 0.77 | 0.87 | 0.65 | 6.92 | 0.76 | 0.2 |
| Hex | 5A | 15 | C | 0 | 4D | 57 | 41 | 7 | 4C | 14 |
| Octal | 132 | 25 | 14 | 0 | 115 | 127 | 101 | 7 | 114 | 24 |
| Binary | 1011010 | 10101 | 1100 | 0 | 1001101 | 1010111 | 1000001 | 111 | 1001100 | 10100 |
Color Harmonies of #5A150C
Complementary color
Monochromatic Colors of #5A150C
Black with #5A150C
Text Example
Text Example
White with #5A150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A150C; }
p { color: rgb(90,21,12); }
H1.HeaderClassName
{
color: #5A150C;
}
.AnyTagClassName
{
color: #5A150C;
}
</style>
background-color css
<style>
a { background-color: #5A150C; }
a { background-color: rgb(90,21,12); }
div.DivClassName
{
background-color: #5A150C;
}
.BgClassName
{
background-color: #5A150C;
}
</style>
border-color css
<style>
span { border-color: #5A150C; }
span { border-color: rgb(90,21,12); }
td.TdClassName
{
border-color: #5A150C;
}
.TagClassName
{
border-color: #5A150C;
}
</style>