Shades of Red Oxide #5A100F
Tints of Red Oxide #5A100F
RGB
CMYK
RGB Variations
Color information
#5A100F (or 0x5A100F) is known color: Red Oxide. HEX triplet: 5A, 10 and 0F. RGB value is (90,16,15). Sum of RGB (Red+Green+Blue) = 90+16+15=121 (16% of max value = 765). Red value is 90 (35.55% from 255 or 74.38% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 90 - color contains mainly: red. Hex color #5A100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A100F is #A5EFF0. Grayscale: #262626. Windows color (decimal): -10874865 or 987226. OLE color: 987226.
HSL color Cylindrical-coordinate representation of color #5A100F: hue angle of 0.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A100F is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 15 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.65 |
| HSL | 0.8º | 0.71% | 0.21% | - |
| HSV(B) | 0.8º | 0.83% | 0.35% | - |
| XYZ | 4.49 | 2.58 | 0.71 | - |
| YUV | 38.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 15 | 0 | 0.82 | 0.83 | 0.65 | 0.8 | 0.71 | 0.21 |
| Hex | 5A | 10 | F | 0 | 52 | 53 | 41 | 1 | 47 | 15 |
| Octal | 132 | 20 | 17 | 0 | 122 | 123 | 101 | 1 | 107 | 25 |
| Binary | 1011010 | 10000 | 1111 | 0 | 1010010 | 1010011 | 1000001 | 1 | 1000111 | 10101 |
Color Harmonies of #5A100F
Complementary color
Monochromatic Colors of #5A100F
Black with #5A100F
Text Example
Text Example
White with #5A100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A100F; }
p { color: rgb(90,16,15); }
H1.HeaderClassName
{
color: #5A100F;
}
.AnyTagClassName
{
color: #5A100F;
}
</style>
background-color css
<style>
a { background-color: #5A100F; }
a { background-color: rgb(90,16,15); }
div.DivClassName
{
background-color: #5A100F;
}
.BgClassName
{
background-color: #5A100F;
}
</style>
border-color css
<style>
span { border-color: #5A100F; }
span { border-color: rgb(90,16,15); }
td.TdClassName
{
border-color: #5A100F;
}
.TagClassName
{
border-color: #5A100F;
}
</style>