Shades of Red Oxide #550F0C
Tints of Red Oxide #550F0C
RGB
CMYK
RGB Variations
Color information
#550F0C (or 0x550F0C) is known color: Red Oxide. HEX triplet: 55, 0F and 0C. RGB value is (85,15,12). Sum of RGB (Red+Green+Blue) = 85+15+12=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #550F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550F0C is #AAF0F3. Grayscale: #232323. Windows color (decimal): -11202804 or 790357. OLE color: 790357.
HSL color Cylindrical-coordinate representation of color #550F0C: hue angle of 2.47º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550F0C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 12 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.67 |
| HSL | 2.47º | 0.75% | 0.19% | - |
| HSV(B) | 2.47º | 0.86% | 0.33% | - |
| XYZ | 3.98 | 2.3 | 0.58 | - |
| YUV | 35.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 12 | 0 | 0.82 | 0.86 | 0.67 | 2.47 | 0.75 | 0.19 |
| Hex | 55 | F | C | 0 | 52 | 56 | 43 | 2 | 4B | 13 |
| Octal | 125 | 17 | 14 | 0 | 122 | 126 | 103 | 2 | 113 | 23 |
| Binary | 1010101 | 1111 | 1100 | 0 | 1010010 | 1010110 | 1000011 | 10 | 1001011 | 10011 |
Color Harmonies of #550F0C
Complementary color
Monochromatic Colors of #550F0C
Black with #550F0C
Text Example
Text Example
White with #550F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F0C; }
p { color: rgb(85,15,12); }
H1.HeaderClassName
{
color: #550F0C;
}
.AnyTagClassName
{
color: #550F0C;
}
</style>
background-color css
<style>
a { background-color: #550F0C; }
a { background-color: rgb(85,15,12); }
div.DivClassName
{
background-color: #550F0C;
}
.BgClassName
{
background-color: #550F0C;
}
</style>
border-color css
<style>
span { border-color: #550F0C; }
span { border-color: rgb(85,15,12); }
td.TdClassName
{
border-color: #550F0C;
}
.TagClassName
{
border-color: #550F0C;
}
</style>