Shades of Red Oxide #5D1205
Tints of Red Oxide #5D1205
RGB
CMYK
RGB Variations
Color information
#5D1205 (or 0x5D1205) is known color: Red Oxide. HEX triplet: 5D, 12 and 05. RGB value is (93,18,5). Sum of RGB (Red+Green+Blue) = 93+18+5=116 (15% of max value = 765). Red value is 93 (36.72% from 255 or 80.17% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1205 is #A2EDFA. Grayscale: #272727. Windows color (decimal): -10677755 or 332381. OLE color: 332381.
HSL color Cylindrical-coordinate representation of color #5D1205: hue angle of 8.86º 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 #5D1205 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 18 | 5 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.64 |
| HSL | 8.86º | 0.9% | 0.19% | - |
| HSV(B) | 8.86º | 0.95% | 0.36% | - |
| XYZ | 4.76 | 2.77 | 0.43 | - |
| YUV | 38.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 5 | 0 | 0.81 | 0.95 | 0.64 | 8.86 | 0.9 | 0.19 |
| Hex | 5D | 12 | 5 | 0 | 51 | 5F | 40 | 9 | 5A | 13 |
| Octal | 135 | 22 | 5 | 0 | 121 | 137 | 100 | 11 | 132 | 23 |
| Binary | 1011101 | 10010 | 101 | 0 | 1010001 | 1011111 | 1000000 | 1001 | 1011010 | 10011 |
Color Harmonies of #5D1205
Complementary color
Monochromatic Colors of #5D1205
Black with #5D1205
Text Example
Text Example
White with #5D1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1205; }
p { color: rgb(93,18,5); }
H1.HeaderClassName
{
color: #5D1205;
}
.AnyTagClassName
{
color: #5D1205;
}
</style>
background-color css
<style>
a { background-color: #5D1205; }
a { background-color: rgb(93,18,5); }
div.DivClassName
{
background-color: #5D1205;
}
.BgClassName
{
background-color: #5D1205;
}
</style>
border-color css
<style>
span { border-color: #5D1205; }
span { border-color: rgb(93,18,5); }
td.TdClassName
{
border-color: #5D1205;
}
.TagClassName
{
border-color: #5D1205;
}
</style>