Shades of Red Oxide #550E03
Tints of Red Oxide #550E03
RGB
CMYK
RGB Variations
Color information
#550E03 (or 0x550E03) is known color: Red Oxide. HEX triplet: 55, 0E and 03. RGB value is (85,14,3). Sum of RGB (Red+Green+Blue) = 85+14+3=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #550E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550E03 is #AAF1FC. Grayscale: #222222. Windows color (decimal): -11203069 or 200277. OLE color: 200277.
HSL color Cylindrical-coordinate representation of color #550E03: hue angle of 8.05º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550E03 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 14 | 3 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.67 |
| HSL | 8.05º | 0.93% | 0.17% | - |
| HSV(B) | 8.05º | 0.96% | 0.33% | - |
| XYZ | 3.92 | 2.25 | 0.31 | - |
| YUV | 33.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 3 | 0 | 0.84 | 0.96 | 0.67 | 8.05 | 0.93 | 0.17 |
| Hex | 55 | E | 3 | 0 | 54 | 60 | 43 | 8 | 5D | 11 |
| Octal | 125 | 16 | 3 | 0 | 124 | 140 | 103 | 10 | 135 | 21 |
| Binary | 1010101 | 1110 | 11 | 0 | 1010100 | 1100000 | 1000011 | 1000 | 1011101 | 10001 |
Color Harmonies of #550E03
Complementary color
Monochromatic Colors of #550E03
Black with #550E03
Text Example
Text Example
White with #550E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550E03; }
p { color: rgb(85,14,3); }
H1.HeaderClassName
{
color: #550E03;
}
.AnyTagClassName
{
color: #550E03;
}
</style>
background-color css
<style>
a { background-color: #550E03; }
a { background-color: rgb(85,14,3); }
div.DivClassName
{
background-color: #550E03;
}
.BgClassName
{
background-color: #550E03;
}
</style>
border-color css
<style>
span { border-color: #550E03; }
span { border-color: rgb(85,14,3); }
td.TdClassName
{
border-color: #550E03;
}
.TagClassName
{
border-color: #550E03;
}
</style>