Shades of Red Oxide #551103
Tints of Red Oxide #551103
RGB
CMYK
RGB Variations
Color information
#551103 (or 0x551103) is known color: Red Oxide. HEX triplet: 55, 11 and 03. RGB value is (85,17,3). Sum of RGB (Red+Green+Blue) = 85+17+3=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #551103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551103 is #AAEEFC. Grayscale: #232323. Windows color (decimal): -11202301 or 201045. OLE color: 201045.
HSL color Cylindrical-coordinate representation of color #551103: hue angle of 10.24º 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 #551103 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 3 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.67 |
| HSL | 10.24º | 0.93% | 0.17% | - |
| HSV(B) | 10.24º | 0.96% | 0.33% | - |
| XYZ | 3.96 | 2.34 | 0.33 | - |
| YUV | 35.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 3 | 0 | 0.80 | 0.96 | 0.67 | 10.24 | 0.93 | 0.17 |
| Hex | 55 | 11 | 3 | 0 | 50 | 60 | 43 | A | 5D | 11 |
| Octal | 125 | 21 | 3 | 0 | 120 | 140 | 103 | 12 | 135 | 21 |
| Binary | 1010101 | 10001 | 11 | 0 | 1010000 | 1100000 | 1000011 | 1010 | 1011101 | 10001 |
Color Harmonies of #551103
Complementary color
Monochromatic Colors of #551103
Black with #551103
Text Example
Text Example
White with #551103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551103; }
p { color: rgb(85,17,3); }
H1.HeaderClassName
{
color: #551103;
}
.AnyTagClassName
{
color: #551103;
}
</style>
background-color css
<style>
a { background-color: #551103; }
a { background-color: rgb(85,17,3); }
div.DivClassName
{
background-color: #551103;
}
.BgClassName
{
background-color: #551103;
}
</style>
border-color css
<style>
span { border-color: #551103; }
span { border-color: rgb(85,17,3); }
td.TdClassName
{
border-color: #551103;
}
.TagClassName
{
border-color: #551103;
}
</style>