Shades of Red Oxide #5A130A
Tints of Red Oxide #5A130A
RGB
CMYK
RGB Variations
Color information
#5A130A (or 0x5A130A) is known color: Red Oxide. HEX triplet: 5A, 13 and 0A. RGB value is (90,19,10). Sum of RGB (Red+Green+Blue) = 90+19+10=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A130A is #A5ECF5. Grayscale: #272727. Windows color (decimal): -10874102 or 660314. OLE color: 660314.
HSL color Cylindrical-coordinate representation of color #5A130A: hue angle of 6.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A130A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 10 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.65 |
| HSL | 6.75º | 0.8% | 0.2% | - |
| HSV(B) | 6.75º | 0.89% | 0.35% | - |
| XYZ | 4.5 | 2.66 | 0.56 | - |
| YUV | 39.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 10 | 0 | 0.79 | 0.89 | 0.65 | 6.75 | 0.8 | 0.2 |
| Hex | 5A | 13 | A | 0 | 4F | 59 | 41 | 7 | 50 | 14 |
| Octal | 132 | 23 | 12 | 0 | 117 | 131 | 101 | 7 | 120 | 24 |
| Binary | 1011010 | 10011 | 1010 | 0 | 1001111 | 1011001 | 1000001 | 111 | 1010000 | 10100 |
Color Harmonies of #5A130A
Complementary color
Monochromatic Colors of #5A130A
Black with #5A130A
Text Example
Text Example
White with #5A130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A130A; }
p { color: rgb(90,19,10); }
H1.HeaderClassName
{
color: #5A130A;
}
.AnyTagClassName
{
color: #5A130A;
}
</style>
background-color css
<style>
a { background-color: #5A130A; }
a { background-color: rgb(90,19,10); }
div.DivClassName
{
background-color: #5A130A;
}
.BgClassName
{
background-color: #5A130A;
}
</style>
border-color css
<style>
span { border-color: #5A130A; }
span { border-color: rgb(90,19,10); }
td.TdClassName
{
border-color: #5A130A;
}
.TagClassName
{
border-color: #5A130A;
}
</style>