Shades of Red Oxide #5A0B02
Tints of Red Oxide #5A0B02
RGB
CMYK
RGB Variations
Color information
#5A0B02 (or 0x5A0B02) is known color: Red Oxide. HEX triplet: 5A, 0B and 02. RGB value is (90,11,2). Sum of RGB (Red+Green+Blue) = 90+11+2=103 (13% of max value = 765). Red value is 90 (35.55% from 255 or 87.38% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0B02 is #A5F4FD. Grayscale: #212121. Windows color (decimal): -10876158 or 133978. OLE color: 133978.
HSL color Cylindrical-coordinate representation of color #5A0B02: hue angle of 6.14º 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 #5A0B02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.65 |
| HSL | 6.14º | 0.96% | 0.18% | - |
| HSV(B) | 6.14º | 0.98% | 0.35% | - |
| XYZ | 4.35 | 2.42 | 0.29 | - |
| YUV | 33.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 2 | 0 | 0.88 | 0.98 | 0.65 | 6.14 | 0.96 | 0.18 |
| Hex | 5A | B | 2 | 0 | 58 | 62 | 41 | 6 | 60 | 12 |
| Octal | 132 | 13 | 2 | 0 | 130 | 142 | 101 | 6 | 140 | 22 |
| Binary | 1011010 | 1011 | 10 | 0 | 1011000 | 1100010 | 1000001 | 110 | 1100000 | 10010 |
Color Harmonies of #5A0B02
Complementary color
Monochromatic Colors of #5A0B02
Black with #5A0B02
Text Example
Text Example
White with #5A0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B02; }
p { color: rgb(90,11,2); }
H1.HeaderClassName
{
color: #5A0B02;
}
.AnyTagClassName
{
color: #5A0B02;
}
</style>
background-color css
<style>
a { background-color: #5A0B02; }
a { background-color: rgb(90,11,2); }
div.DivClassName
{
background-color: #5A0B02;
}
.BgClassName
{
background-color: #5A0B02;
}
</style>
border-color css
<style>
span { border-color: #5A0B02; }
span { border-color: rgb(90,11,2); }
td.TdClassName
{
border-color: #5A0B02;
}
.TagClassName
{
border-color: #5A0B02;
}
</style>