Shades of Red Oxide #550300
Tints of Red Oxide #550300
RGB
CMYK
RGB Variations
Color information
#550300 (or 0x550300) is known color: Red Oxide. HEX triplet: 55, 03 and 00. RGB value is (85,3,0). Sum of RGB (Red+Green+Blue) = 85+3+0=88 (11% of max value = 765). Red value is 85 (33.59% from 255 or 96.59% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 85 - color contains mainly: red. Hex color #550300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550300 is #AAFCFF. Grayscale: #1B1B1B. Windows color (decimal): -11205888 or 853. OLE color: 853.
HSL color Cylindrical-coordinate representation of color #550300: hue angle of 2.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550300 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.67 |
| HSL | 2.12º | 1% | 0.17% | - |
| HSV(B) | 2.12º | 1% | 0.33% | - |
| XYZ | 3.78 | 2 | 0.19 | - |
| YUV | 27.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 0 | 0 | 0.96 | 1 | 0.67 | 2.12 | 1 | 0.17 |
| Hex | 55 | 3 | 0 | 0 | 60 | 64 | 43 | 2 | 64 | 11 |
| Octal | 125 | 3 | 0 | 0 | 140 | 144 | 103 | 2 | 144 | 21 |
| Binary | 1010101 | 11 | 0 | 0 | 1100000 | 1100100 | 1000011 | 10 | 1100100 | 10001 |
Color Harmonies of #550300
Complementary color
Monochromatic Colors of #550300
Black with #550300
Text Example
Text Example
White with #550300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550300; }
p { color: rgb(85,3,0); }
H1.HeaderClassName
{
color: #550300;
}
.AnyTagClassName
{
color: #550300;
}
</style>
background-color css
<style>
a { background-color: #550300; }
a { background-color: rgb(85,3,0); }
div.DivClassName
{
background-color: #550300;
}
.BgClassName
{
background-color: #550300;
}
</style>
border-color css
<style>
span { border-color: #550300; }
span { border-color: rgb(85,3,0); }
td.TdClassName
{
border-color: #550300;
}
.TagClassName
{
border-color: #550300;
}
</style>