Shades of Red Oxide #550C08
Tints of Red Oxide #550C08
RGB
CMYK
RGB Variations
Color information
#550C08 (or 0x550C08) is known color: Red Oxide. HEX triplet: 55, 0C and 08. RGB value is (85,12,8). Sum of RGB (Red+Green+Blue) = 85+12+8=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550C08 is #AAF3F7. Grayscale: #212121. Windows color (decimal): -11203576 or 527445. OLE color: 527445.
HSL color Cylindrical-coordinate representation of color #550C08: hue angle of 3.12º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550C08 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 12 | 8 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.67 |
| HSL | 3.12º | 0.83% | 0.18% | - |
| HSV(B) | 3.12º | 0.91% | 0.33% | - |
| XYZ | 3.92 | 2.21 | 0.45 | - |
| YUV | 33.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 8 | 0 | 0.86 | 0.91 | 0.67 | 3.12 | 0.83 | 0.18 |
| Hex | 55 | C | 8 | 0 | 56 | 5B | 43 | 3 | 53 | 12 |
| Octal | 125 | 14 | 10 | 0 | 126 | 133 | 103 | 3 | 123 | 22 |
| Binary | 1010101 | 1100 | 1000 | 0 | 1010110 | 1011011 | 1000011 | 11 | 1010011 | 10010 |
Color Harmonies of #550C08
Complementary color
Monochromatic Colors of #550C08
Black with #550C08
Text Example
Text Example
White with #550C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C08; }
p { color: rgb(85,12,8); }
H1.HeaderClassName
{
color: #550C08;
}
.AnyTagClassName
{
color: #550C08;
}
</style>
background-color css
<style>
a { background-color: #550C08; }
a { background-color: rgb(85,12,8); }
div.DivClassName
{
background-color: #550C08;
}
.BgClassName
{
background-color: #550C08;
}
</style>
border-color css
<style>
span { border-color: #550C08; }
span { border-color: rgb(85,12,8); }
td.TdClassName
{
border-color: #550C08;
}
.TagClassName
{
border-color: #550C08;
}
</style>