Shades of Red Oxide #5A1306
Tints of Red Oxide #5A1306
RGB
CMYK
RGB Variations
Color information
#5A1306 (or 0x5A1306) is known color: Red Oxide. HEX triplet: 5A, 13 and 06. RGB value is (90,19,6). Sum of RGB (Red+Green+Blue) = 90+19+6=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1306 is #A5ECF9. Grayscale: #262626. Windows color (decimal): -10874106 or 398170. OLE color: 398170.
HSL color Cylindrical-coordinate representation of color #5A1306: hue angle of 9.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A1306 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 6 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.65 |
| HSL | 9.29º | 0.88% | 0.19% | - |
| HSV(B) | 9.29º | 0.93% | 0.35% | - |
| XYZ | 4.48 | 2.65 | 0.45 | - |
| YUV | 38.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 6 | 0 | 0.79 | 0.93 | 0.65 | 9.29 | 0.88 | 0.19 |
| Hex | 5A | 13 | 6 | 0 | 4F | 5D | 41 | 9 | 58 | 13 |
| Octal | 132 | 23 | 6 | 0 | 117 | 135 | 101 | 11 | 130 | 23 |
| Binary | 1011010 | 10011 | 110 | 0 | 1001111 | 1011101 | 1000001 | 1001 | 1011000 | 10011 |
Color Harmonies of #5A1306
Complementary color
Monochromatic Colors of #5A1306
Black with #5A1306
Text Example
Text Example
White with #5A1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1306; }
p { color: rgb(90,19,6); }
H1.HeaderClassName
{
color: #5A1306;
}
.AnyTagClassName
{
color: #5A1306;
}
</style>
background-color css
<style>
a { background-color: #5A1306; }
a { background-color: rgb(90,19,6); }
div.DivClassName
{
background-color: #5A1306;
}
.BgClassName
{
background-color: #5A1306;
}
</style>
border-color css
<style>
span { border-color: #5A1306; }
span { border-color: rgb(90,19,6); }
td.TdClassName
{
border-color: #5A1306;
}
.TagClassName
{
border-color: #5A1306;
}
</style>