Shades of Red Oxide #5A0F03
Tints of Red Oxide #5A0F03
RGB
CMYK
RGB Variations
Color information
#5A0F03 (or 0x5A0F03) is known color: Red Oxide. HEX triplet: 5A, 0F and 03. RGB value is (90,15,3). Sum of RGB (Red+Green+Blue) = 90+15+3=108 (14% of max value = 765). Red value is 90 (35.55% from 255 or 83.33% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0F03 is #A5F0FC. Grayscale: #242424. Windows color (decimal): -10875133 or 200538. OLE color: 200538.
HSL color Cylindrical-coordinate representation of color #5A0F03: hue angle of 8.28º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0F03 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 15 | 3 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.65 |
| HSL | 8.28º | 0.94% | 0.18% | - |
| HSV(B) | 8.28º | 0.97% | 0.35% | - |
| XYZ | 4.4 | 2.52 | 0.34 | - |
| YUV | 36.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 3 | 0 | 0.83 | 0.97 | 0.65 | 8.28 | 0.94 | 0.18 |
| Hex | 5A | F | 3 | 0 | 53 | 61 | 41 | 8 | 5E | 12 |
| Octal | 132 | 17 | 3 | 0 | 123 | 141 | 101 | 10 | 136 | 22 |
| Binary | 1011010 | 1111 | 11 | 0 | 1010011 | 1100001 | 1000001 | 1000 | 1011110 | 10010 |
Color Harmonies of #5A0F03
Complementary color
Monochromatic Colors of #5A0F03
Black with #5A0F03
Text Example
Text Example
White with #5A0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F03; }
p { color: rgb(90,15,3); }
H1.HeaderClassName
{
color: #5A0F03;
}
.AnyTagClassName
{
color: #5A0F03;
}
</style>
background-color css
<style>
a { background-color: #5A0F03; }
a { background-color: rgb(90,15,3); }
div.DivClassName
{
background-color: #5A0F03;
}
.BgClassName
{
background-color: #5A0F03;
}
</style>
border-color css
<style>
span { border-color: #5A0F03; }
span { border-color: rgb(90,15,3); }
td.TdClassName
{
border-color: #5A0F03;
}
.TagClassName
{
border-color: #5A0F03;
}
</style>