Shades of Red Oxide #5A130B
Tints of Red Oxide #5A130B
RGB
CMYK
RGB Variations
Color information
#5A130B (or 0x5A130B) is known color: Red Oxide. HEX triplet: 5A, 13 and 0B. RGB value is (90,19,11). Sum of RGB (Red+Green+Blue) = 90+19+11=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A130B is #A5ECF4. Grayscale: #272727. Windows color (decimal): -10874101 or 725850. OLE color: 725850.
HSL color Cylindrical-coordinate representation of color #5A130B: hue angle of 6.08º 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 #5A130B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 11 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.65 |
| HSL | 6.08º | 0.78% | 0.2% | - |
| HSV(B) | 6.08º | 0.88% | 0.35% | - |
| XYZ | 4.51 | 2.66 | 0.59 | - |
| YUV | 39.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 11 | 0 | 0.79 | 0.88 | 0.65 | 6.08 | 0.78 | 0.2 |
| Hex | 5A | 13 | B | 0 | 4F | 58 | 41 | 6 | 4E | 14 |
| Octal | 132 | 23 | 13 | 0 | 117 | 130 | 101 | 6 | 116 | 24 |
| Binary | 1011010 | 10011 | 1011 | 0 | 1001111 | 1011000 | 1000001 | 110 | 1001110 | 10100 |
Color Harmonies of #5A130B
Complementary color
Monochromatic Colors of #5A130B
Black with #5A130B
Text Example
Text Example
White with #5A130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A130B; }
p { color: rgb(90,19,11); }
H1.HeaderClassName
{
color: #5A130B;
}
.AnyTagClassName
{
color: #5A130B;
}
</style>
background-color css
<style>
a { background-color: #5A130B; }
a { background-color: rgb(90,19,11); }
div.DivClassName
{
background-color: #5A130B;
}
.BgClassName
{
background-color: #5A130B;
}
</style>
border-color css
<style>
span { border-color: #5A130B; }
span { border-color: rgb(90,19,11); }
td.TdClassName
{
border-color: #5A130B;
}
.TagClassName
{
border-color: #5A130B;
}
</style>