Shades of Red Oxide #5D1502
Tints of Red Oxide #5D1502
RGB
CMYK
RGB Variations
Color information
#5D1502 (or 0x5D1502) is known color: Red Oxide. HEX triplet: 5D, 15 and 02. RGB value is (93,21,2). Sum of RGB (Red+Green+Blue) = 93+21+2=116 (15% of max value = 765). Red value is 93 (36.72% from 255 or 80.17% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1502 is #A2EAFD. Grayscale: #282828. Windows color (decimal): -10676990 or 136541. OLE color: 136541.
HSL color Cylindrical-coordinate representation of color #5D1502: hue angle of 12.53º 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 #5D1502 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 2 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.64 |
| HSL | 12.53º | 0.96% | 0.19% | - |
| HSV(B) | 12.53º | 0.98% | 0.36% | - |
| XYZ | 4.79 | 2.87 | 0.36 | - |
| YUV | 40.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 2 | 0 | 0.77 | 0.98 | 0.64 | 12.53 | 0.96 | 0.19 |
| Hex | 5D | 15 | 2 | 0 | 4D | 62 | 40 | D | 60 | 13 |
| Octal | 135 | 25 | 2 | 0 | 115 | 142 | 100 | 15 | 140 | 23 |
| Binary | 1011101 | 10101 | 10 | 0 | 1001101 | 1100010 | 1000000 | 1101 | 1100000 | 10011 |
Color Harmonies of #5D1502
Complementary color
Monochromatic Colors of #5D1502
Black with #5D1502
Text Example
Text Example
White with #5D1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1502; }
p { color: rgb(93,21,2); }
H1.HeaderClassName
{
color: #5D1502;
}
.AnyTagClassName
{
color: #5D1502;
}
</style>
background-color css
<style>
a { background-color: #5D1502; }
a { background-color: rgb(93,21,2); }
div.DivClassName
{
background-color: #5D1502;
}
.BgClassName
{
background-color: #5D1502;
}
</style>
border-color css
<style>
span { border-color: #5D1502; }
span { border-color: rgb(93,21,2); }
td.TdClassName
{
border-color: #5D1502;
}
.TagClassName
{
border-color: #5D1502;
}
</style>