Shades of Red Oxide #5D1505
Tints of Red Oxide #5D1505
RGB
CMYK
RGB Variations
Color information
#5D1505 (or 0x5D1505) is known color: Red Oxide. HEX triplet: 5D, 15 and 05. RGB value is (93,21,5). Sum of RGB (Red+Green+Blue) = 93+21+5=119 (15% of max value = 765). Red value is 93 (36.72% from 255 or 78.15% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1505 is #A2EAFA. Grayscale: #282828. Windows color (decimal): -10676987 or 333149. OLE color: 333149.
HSL color Cylindrical-coordinate representation of color #5D1505: hue angle of 10.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D1505 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 5 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.64 |
| HSL | 10.91º | 0.9% | 0.19% | - |
| HSV(B) | 10.91º | 0.95% | 0.36% | - |
| XYZ | 4.81 | 2.87 | 0.44 | - |
| YUV | 40.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 5 | 0 | 0.77 | 0.95 | 0.64 | 10.91 | 0.9 | 0.19 |
| Hex | 5D | 15 | 5 | 0 | 4D | 5F | 40 | B | 5A | 13 |
| Octal | 135 | 25 | 5 | 0 | 115 | 137 | 100 | 13 | 132 | 23 |
| Binary | 1011101 | 10101 | 101 | 0 | 1001101 | 1011111 | 1000000 | 1011 | 1011010 | 10011 |
Color Harmonies of #5D1505
Complementary color
Monochromatic Colors of #5D1505
Black with #5D1505
Text Example
Text Example
White with #5D1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1505; }
p { color: rgb(93,21,5); }
H1.HeaderClassName
{
color: #5D1505;
}
.AnyTagClassName
{
color: #5D1505;
}
</style>
background-color css
<style>
a { background-color: #5D1505; }
a { background-color: rgb(93,21,5); }
div.DivClassName
{
background-color: #5D1505;
}
.BgClassName
{
background-color: #5D1505;
}
</style>
border-color css
<style>
span { border-color: #5D1505; }
span { border-color: rgb(93,21,5); }
td.TdClassName
{
border-color: #5D1505;
}
.TagClassName
{
border-color: #5D1505;
}
</style>