Shades of Red Oxide #5A150B
Tints of Red Oxide #5A150B
RGB
CMYK
RGB Variations
Color information
#5A150B (or 0x5A150B) is known color: Red Oxide. HEX triplet: 5A, 15 and 0B. RGB value is (90,21,11). Sum of RGB (Red+Green+Blue) = 90+21+11=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A150B is #A5EAF4. Grayscale: #282828. Windows color (decimal): -10873589 or 726362. OLE color: 726362.
HSL color Cylindrical-coordinate representation of color #5A150B: hue angle of 7.59º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A150B is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 11 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.65 |
| HSL | 7.59º | 0.78% | 0.2% | - |
| HSV(B) | 7.59º | 0.88% | 0.35% | - |
| XYZ | 4.55 | 2.73 | 0.6 | - |
| YUV | 40.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 11 | 0 | 0.77 | 0.88 | 0.65 | 7.59 | 0.78 | 0.2 |
| Hex | 5A | 15 | B | 0 | 4D | 58 | 41 | 8 | 4E | 14 |
| Octal | 132 | 25 | 13 | 0 | 115 | 130 | 101 | 10 | 116 | 24 |
| Binary | 1011010 | 10101 | 1011 | 0 | 1001101 | 1011000 | 1000001 | 1000 | 1001110 | 10100 |
Color Harmonies of #5A150B
Complementary color
Monochromatic Colors of #5A150B
Black with #5A150B
Text Example
Text Example
White with #5A150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A150B; }
p { color: rgb(90,21,11); }
H1.HeaderClassName
{
color: #5A150B;
}
.AnyTagClassName
{
color: #5A150B;
}
</style>
background-color css
<style>
a { background-color: #5A150B; }
a { background-color: rgb(90,21,11); }
div.DivClassName
{
background-color: #5A150B;
}
.BgClassName
{
background-color: #5A150B;
}
</style>
border-color css
<style>
span { border-color: #5A150B; }
span { border-color: rgb(90,21,11); }
td.TdClassName
{
border-color: #5A150B;
}
.TagClassName
{
border-color: #5A150B;
}
</style>