Shades of Red Oxide #5A1702
Tints of Red Oxide #5A1702
RGB
CMYK
RGB Variations
Color information
#5A1702 (or 0x5A1702) is known color: Red Oxide. HEX triplet: 5A, 17 and 02. RGB value is (90,23,2). Sum of RGB (Red+Green+Blue) = 90+23+2=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1702 is #A5E8FD. Grayscale: #282828. Windows color (decimal): -10873086 or 137050. OLE color: 137050.
HSL color Cylindrical-coordinate representation of color #5A1702: hue angle of 14.32º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A1702 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 2 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.65 |
| HSL | 14.32º | 0.96% | 0.18% | - |
| HSV(B) | 14.32º | 0.98% | 0.35% | - |
| XYZ | 4.53 | 2.79 | 0.36 | - |
| YUV | 40.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 2 | 0 | 0.74 | 0.98 | 0.65 | 14.32 | 0.96 | 0.18 |
| Hex | 5A | 17 | 2 | 0 | 4A | 62 | 41 | E | 60 | 12 |
| Octal | 132 | 27 | 2 | 0 | 112 | 142 | 101 | 16 | 140 | 22 |
| Binary | 1011010 | 10111 | 10 | 0 | 1001010 | 1100010 | 1000001 | 1110 | 1100000 | 10010 |
Color Harmonies of #5A1702
Complementary color
Monochromatic Colors of #5A1702
Black with #5A1702
Text Example
Text Example
White with #5A1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1702; }
p { color: rgb(90,23,2); }
H1.HeaderClassName
{
color: #5A1702;
}
.AnyTagClassName
{
color: #5A1702;
}
</style>
background-color css
<style>
a { background-color: #5A1702; }
a { background-color: rgb(90,23,2); }
div.DivClassName
{
background-color: #5A1702;
}
.BgClassName
{
background-color: #5A1702;
}
</style>
border-color css
<style>
span { border-color: #5A1702; }
span { border-color: rgb(90,23,2); }
td.TdClassName
{
border-color: #5A1702;
}
.TagClassName
{
border-color: #5A1702;
}
</style>