Shades of Red Oxide #551503
Tints of Red Oxide #551503
RGB
CMYK
RGB Variations
Color information
#551503 (or 0x551503) is known color: Red Oxide. HEX triplet: 55, 15 and 03. RGB value is (85,21,3). Sum of RGB (Red+Green+Blue) = 85+21+3=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551503 is #AAEAFC. Grayscale: #262626. Windows color (decimal): -11201277 or 202069. OLE color: 202069.
HSL color Cylindrical-coordinate representation of color #551503: hue angle of 13.17º 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 #551503 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 3 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.67 |
| HSL | 13.17º | 0.93% | 0.17% | - |
| HSV(B) | 13.17º | 0.96% | 0.33% | - |
| XYZ | 4.03 | 2.47 | 0.35 | - |
| YUV | 38.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 3 | 0 | 0.75 | 0.96 | 0.67 | 13.17 | 0.93 | 0.17 |
| Hex | 55 | 15 | 3 | 0 | 4B | 60 | 43 | D | 5D | 11 |
| Octal | 125 | 25 | 3 | 0 | 113 | 140 | 103 | 15 | 135 | 21 |
| Binary | 1010101 | 10101 | 11 | 0 | 1001011 | 1100000 | 1000011 | 1101 | 1011101 | 10001 |
Color Harmonies of #551503
Complementary color
Monochromatic Colors of #551503
Black with #551503
Text Example
Text Example
White with #551503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551503; }
p { color: rgb(85,21,3); }
H1.HeaderClassName
{
color: #551503;
}
.AnyTagClassName
{
color: #551503;
}
</style>
background-color css
<style>
a { background-color: #551503; }
a { background-color: rgb(85,21,3); }
div.DivClassName
{
background-color: #551503;
}
.BgClassName
{
background-color: #551503;
}
</style>
border-color css
<style>
span { border-color: #551503; }
span { border-color: rgb(85,21,3); }
td.TdClassName
{
border-color: #551503;
}
.TagClassName
{
border-color: #551503;
}
</style>