Shades of Red Oxide #5A1616
Tints of Red Oxide #5A1616
RGB
CMYK
RGB Variations
Color information
#5A1616 (or 0x5A1616) is known color: Red Oxide. HEX triplet: 5A, 16 and 16. RGB value is (90,22,22). Sum of RGB (Red+Green+Blue) = 90+22+22=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1616 is #A5E9E9. Grayscale: #2A2A2A. Windows color (decimal): -10873322 or 1447514. OLE color: 1447514.
HSL color Cylindrical-coordinate representation of color #5A1616: hue angle of 0º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A1616 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 22 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.65 |
| HSL | 0º | 0.61% | 0.22% | - |
| HSV(B) | 0º | 0.76% | 0.35% | - |
| XYZ | 4.65 | 2.81 | 1.06 | - |
| YUV | 42.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 22 | 0 | 0.76 | 0.76 | 0.65 | 0 | 0.61 | 0.22 |
| Hex | 5A | 16 | 16 | 0 | 4C | 4C | 41 | 0 | 3D | 16 |
| Octal | 132 | 26 | 26 | 0 | 114 | 114 | 101 | 0 | 75 | 26 |
| Binary | 1011010 | 10110 | 10110 | 0 | 1001100 | 1001100 | 1000001 | 0 | 111101 | 10110 |
Color Harmonies of #5A1616
Complementary color
Monochromatic Colors of #5A1616
Black with #5A1616
Text Example
Text Example
White with #5A1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1616; }
p { color: rgb(90,22,22); }
H1.HeaderClassName
{
color: #5A1616;
}
.AnyTagClassName
{
color: #5A1616;
}
</style>
background-color css
<style>
a { background-color: #5A1616; }
a { background-color: rgb(90,22,22); }
div.DivClassName
{
background-color: #5A1616;
}
.BgClassName
{
background-color: #5A1616;
}
</style>
border-color css
<style>
span { border-color: #5A1616; }
span { border-color: rgb(90,22,22); }
td.TdClassName
{
border-color: #5A1616;
}
.TagClassName
{
border-color: #5A1616;
}
</style>