Shades of Red Oxide #550C01
Tints of Red Oxide #550C01
RGB
CMYK
RGB Variations
Color information
#550C01 (or 0x550C01) is known color: Red Oxide. HEX triplet: 55, 0C and 01. RGB value is (85,12,1). Sum of RGB (Red+Green+Blue) = 85+12+1=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #550C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550C01 is #AAF3FE. Grayscale: #202020. Windows color (decimal): -11203583 or 68693. OLE color: 68693.
HSL color Cylindrical-coordinate representation of color #550C01: hue angle of 7.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550C01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 12 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.67 |
| HSL | 7.86º | 0.98% | 0.17% | - |
| HSV(B) | 7.86º | 0.99% | 0.33% | - |
| XYZ | 3.88 | 2.2 | 0.25 | - |
| YUV | 32.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 1 | 0 | 0.86 | 0.99 | 0.67 | 7.86 | 0.98 | 0.17 |
| Hex | 55 | C | 1 | 0 | 56 | 63 | 43 | 8 | 62 | 11 |
| Octal | 125 | 14 | 1 | 0 | 126 | 143 | 103 | 10 | 142 | 21 |
| Binary | 1010101 | 1100 | 1 | 0 | 1010110 | 1100011 | 1000011 | 1000 | 1100010 | 10001 |
Color Harmonies of #550C01
Complementary color
Monochromatic Colors of #550C01
Black with #550C01
Text Example
Text Example
White with #550C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C01; }
p { color: rgb(85,12,1); }
H1.HeaderClassName
{
color: #550C01;
}
.AnyTagClassName
{
color: #550C01;
}
</style>
background-color css
<style>
a { background-color: #550C01; }
a { background-color: rgb(85,12,1); }
div.DivClassName
{
background-color: #550C01;
}
.BgClassName
{
background-color: #550C01;
}
</style>
border-color css
<style>
span { border-color: #550C01; }
span { border-color: rgb(85,12,1); }
td.TdClassName
{
border-color: #550C01;
}
.TagClassName
{
border-color: #550C01;
}
</style>