Shades of Red Oxide #5A100B
Tints of Red Oxide #5A100B
RGB
CMYK
RGB Variations
Color information
#5A100B (or 0x5A100B) is known color: Red Oxide. HEX triplet: 5A, 10 and 0B. RGB value is (90,16,11). Sum of RGB (Red+Green+Blue) = 90+16+11=117 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.92% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 90 - color contains mainly: red. Hex color #5A100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A100B is #A5EFF4. Grayscale: #252525. Windows color (decimal): -10874869 or 725082. OLE color: 725082.
HSL color Cylindrical-coordinate representation of color #5A100B: hue angle of 3.8º 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 #5A100B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 11 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.65 |
| HSL | 3.8º | 0.78% | 0.2% | - |
| HSV(B) | 3.8º | 0.88% | 0.35% | - |
| XYZ | 4.46 | 2.57 | 0.58 | - |
| YUV | 37.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 11 | 0 | 0.82 | 0.88 | 0.65 | 3.8 | 0.78 | 0.2 |
| Hex | 5A | 10 | B | 0 | 52 | 58 | 41 | 4 | 4E | 14 |
| Octal | 132 | 20 | 13 | 0 | 122 | 130 | 101 | 4 | 116 | 24 |
| Binary | 1011010 | 10000 | 1011 | 0 | 1010010 | 1011000 | 1000001 | 100 | 1001110 | 10100 |
Color Harmonies of #5A100B
Complementary color
Monochromatic Colors of #5A100B
Black with #5A100B
Text Example
Text Example
White with #5A100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A100B; }
p { color: rgb(90,16,11); }
H1.HeaderClassName
{
color: #5A100B;
}
.AnyTagClassName
{
color: #5A100B;
}
</style>
background-color css
<style>
a { background-color: #5A100B; }
a { background-color: rgb(90,16,11); }
div.DivClassName
{
background-color: #5A100B;
}
.BgClassName
{
background-color: #5A100B;
}
</style>
border-color css
<style>
span { border-color: #5A100B; }
span { border-color: rgb(90,16,11); }
td.TdClassName
{
border-color: #5A100B;
}
.TagClassName
{
border-color: #5A100B;
}
</style>