Shades of Red Oxide #550C05
Tints of Red Oxide #550C05
RGB
CMYK
RGB Variations
Color information
#550C05 (or 0x550C05) is known color: Red Oxide. HEX triplet: 55, 0C and 05. RGB value is (85,12,5). Sum of RGB (Red+Green+Blue) = 85+12+5=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #550C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550C05 is #AAF3FA. Grayscale: #212121. Windows color (decimal): -11203579 or 330837. OLE color: 330837.
HSL color Cylindrical-coordinate representation of color #550C05: hue angle of 5.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550C05 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 12 | 5 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.67 |
| HSL | 5.25º | 0.89% | 0.18% | - |
| HSV(B) | 5.25º | 0.94% | 0.33% | - |
| XYZ | 3.91 | 2.21 | 0.36 | - |
| YUV | 33.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 5 | 0 | 0.86 | 0.94 | 0.67 | 5.25 | 0.89 | 0.18 |
| Hex | 55 | C | 5 | 0 | 56 | 5E | 43 | 5 | 59 | 12 |
| Octal | 125 | 14 | 5 | 0 | 126 | 136 | 103 | 5 | 131 | 22 |
| Binary | 1010101 | 1100 | 101 | 0 | 1010110 | 1011110 | 1000011 | 101 | 1011001 | 10010 |
Color Harmonies of #550C05
Complementary color
Monochromatic Colors of #550C05
Black with #550C05
Text Example
Text Example
White with #550C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C05; }
p { color: rgb(85,12,5); }
H1.HeaderClassName
{
color: #550C05;
}
.AnyTagClassName
{
color: #550C05;
}
</style>
background-color css
<style>
a { background-color: #550C05; }
a { background-color: rgb(85,12,5); }
div.DivClassName
{
background-color: #550C05;
}
.BgClassName
{
background-color: #550C05;
}
</style>
border-color css
<style>
span { border-color: #550C05; }
span { border-color: rgb(85,12,5); }
td.TdClassName
{
border-color: #550C05;
}
.TagClassName
{
border-color: #550C05;
}
</style>