Shades of Red Oxide #5D1602
Tints of Red Oxide #5D1602
RGB
CMYK
RGB Variations
Color information
#5D1602 (or 0x5D1602) is known color: Red Oxide. HEX triplet: 5D, 16 and 02. RGB value is (93,22,2). Sum of RGB (Red+Green+Blue) = 93+22+2=117 (15% of max value = 765). Red value is 93 (36.72% from 255 or 79.49% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1602 is #A2E9FD. Grayscale: #292929. Windows color (decimal): -10676734 or 136797. OLE color: 136797.
HSL color Cylindrical-coordinate representation of color #5D1602: hue angle of 13.19º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D1602 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 2 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.64 |
| HSL | 13.19º | 0.96% | 0.19% | - |
| HSV(B) | 13.19º | 0.98% | 0.36% | - |
| XYZ | 4.81 | 2.91 | 0.36 | - |
| YUV | 40.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 2 | 0 | 0.76 | 0.98 | 0.64 | 13.19 | 0.96 | 0.19 |
| Hex | 5D | 16 | 2 | 0 | 4C | 62 | 40 | D | 60 | 13 |
| Octal | 135 | 26 | 2 | 0 | 114 | 142 | 100 | 15 | 140 | 23 |
| Binary | 1011101 | 10110 | 10 | 0 | 1001100 | 1100010 | 1000000 | 1101 | 1100000 | 10011 |
Color Harmonies of #5D1602
Complementary color
Monochromatic Colors of #5D1602
Black with #5D1602
Text Example
Text Example
White with #5D1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1602; }
p { color: rgb(93,22,2); }
H1.HeaderClassName
{
color: #5D1602;
}
.AnyTagClassName
{
color: #5D1602;
}
</style>
background-color css
<style>
a { background-color: #5D1602; }
a { background-color: rgb(93,22,2); }
div.DivClassName
{
background-color: #5D1602;
}
.BgClassName
{
background-color: #5D1602;
}
</style>
border-color css
<style>
span { border-color: #5D1602; }
span { border-color: rgb(93,22,2); }
td.TdClassName
{
border-color: #5D1602;
}
.TagClassName
{
border-color: #5D1602;
}
</style>