Shades of Red Oxide #5D0C0A
Tints of Red Oxide #5D0C0A
RGB
CMYK
RGB Variations
Color information
#5D0C0A (or 0x5D0C0A) is known color: Red Oxide. HEX triplet: 5D, 0C and 0A. RGB value is (93,12,10). Sum of RGB (Red+Green+Blue) = 93+12+10=115 (15% of max value = 765). Red value is 93 (36.72% from 255 or 80.87% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0C0A is #A2F3F5. Grayscale: #242424. Windows color (decimal): -10679286 or 658525. OLE color: 658525.
HSL color Cylindrical-coordinate representation of color #5D0C0A: hue angle of 1.45º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0C0A is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 12 | 10 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.64 |
| HSL | 1.45º | 0.81% | 0.2% | - |
| HSV(B) | 1.45º | 0.89% | 0.36% | - |
| XYZ | 4.7 | 2.61 | 0.54 | - |
| YUV | 35.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 12 | 10 | 0 | 0.87 | 0.89 | 0.64 | 1.45 | 0.81 | 0.2 |
| Hex | 5D | C | A | 0 | 57 | 59 | 40 | 1 | 51 | 14 |
| Octal | 135 | 14 | 12 | 0 | 127 | 131 | 100 | 1 | 121 | 24 |
| Binary | 1011101 | 1100 | 1010 | 0 | 1010111 | 1011001 | 1000000 | 1 | 1010001 | 10100 |
Color Harmonies of #5D0C0A
Complementary color
Monochromatic Colors of #5D0C0A
Black with #5D0C0A
Text Example
Text Example
White with #5D0C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0C0A; }
p { color: rgb(93,12,10); }
H1.HeaderClassName
{
color: #5D0C0A;
}
.AnyTagClassName
{
color: #5D0C0A;
}
</style>
background-color css
<style>
a { background-color: #5D0C0A; }
a { background-color: rgb(93,12,10); }
div.DivClassName
{
background-color: #5D0C0A;
}
.BgClassName
{
background-color: #5D0C0A;
}
</style>
border-color css
<style>
span { border-color: #5D0C0A; }
span { border-color: rgb(93,12,10); }
td.TdClassName
{
border-color: #5D0C0A;
}
.TagClassName
{
border-color: #5D0C0A;
}
</style>