Shades of Red Oxide #5A120C
Tints of Red Oxide #5A120C
RGB
CMYK
RGB Variations
Color information
#5A120C (or 0x5A120C) is known color: Red Oxide. HEX triplet: 5A, 12 and 0C. RGB value is (90,18,12). Sum of RGB (Red+Green+Blue) = 90+18+12=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A120C is #A5EDF3. Grayscale: #262626. Windows color (decimal): -10874356 or 791130. OLE color: 791130.
HSL color Cylindrical-coordinate representation of color #5A120C: hue angle of 4.62º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A120C is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 12 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.65 |
| HSL | 4.62º | 0.76% | 0.2% | - |
| HSV(B) | 4.62º | 0.87% | 0.35% | - |
| XYZ | 4.5 | 2.63 | 0.62 | - |
| YUV | 38.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 12 | 0 | 0.80 | 0.87 | 0.65 | 4.62 | 0.76 | 0.2 |
| Hex | 5A | 12 | C | 0 | 50 | 57 | 41 | 5 | 4C | 14 |
| Octal | 132 | 22 | 14 | 0 | 120 | 127 | 101 | 5 | 114 | 24 |
| Binary | 1011010 | 10010 | 1100 | 0 | 1010000 | 1010111 | 1000001 | 101 | 1001100 | 10100 |
Color Harmonies of #5A120C
Complementary color
Monochromatic Colors of #5A120C
Black with #5A120C
Text Example
Text Example
White with #5A120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A120C; }
p { color: rgb(90,18,12); }
H1.HeaderClassName
{
color: #5A120C;
}
.AnyTagClassName
{
color: #5A120C;
}
</style>
background-color css
<style>
a { background-color: #5A120C; }
a { background-color: rgb(90,18,12); }
div.DivClassName
{
background-color: #5A120C;
}
.BgClassName
{
background-color: #5A120C;
}
</style>
border-color css
<style>
span { border-color: #5A120C; }
span { border-color: rgb(90,18,12); }
td.TdClassName
{
border-color: #5A120C;
}
.TagClassName
{
border-color: #5A120C;
}
</style>