Shades of Red Oxide #55130B
Tints of Red Oxide #55130B
RGB
CMYK
RGB Variations
Color information
#55130B (or 0x55130B) is known color: Red Oxide. HEX triplet: 55, 13 and 0B. RGB value is (85,19,11). Sum of RGB (Red+Green+Blue) = 85+19+11=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #55130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55130B is #AAECF4. Grayscale: #252525. Windows color (decimal): -11201781 or 725845. OLE color: 725845.
HSL color Cylindrical-coordinate representation of color #55130B: hue angle of 6.49º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55130B is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 11 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.67 |
| HSL | 6.49º | 0.77% | 0.19% | - |
| HSV(B) | 6.49º | 0.87% | 0.33% | - |
| XYZ | 4.04 | 2.42 | 0.57 | - |
| YUV | 37.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 11 | 0 | 0.78 | 0.87 | 0.67 | 6.49 | 0.77 | 0.19 |
| Hex | 55 | 13 | B | 0 | 4E | 57 | 43 | 6 | 4D | 13 |
| Octal | 125 | 23 | 13 | 0 | 116 | 127 | 103 | 6 | 115 | 23 |
| Binary | 1010101 | 10011 | 1011 | 0 | 1001110 | 1010111 | 1000011 | 110 | 1001101 | 10011 |
Color Harmonies of #55130B
Complementary color
Monochromatic Colors of #55130B
Black with #55130B
Text Example
Text Example
White with #55130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55130B; }
p { color: rgb(85,19,11); }
H1.HeaderClassName
{
color: #55130B;
}
.AnyTagClassName
{
color: #55130B;
}
</style>
background-color css
<style>
a { background-color: #55130B; }
a { background-color: rgb(85,19,11); }
div.DivClassName
{
background-color: #55130B;
}
.BgClassName
{
background-color: #55130B;
}
</style>
border-color css
<style>
span { border-color: #55130B; }
span { border-color: rgb(85,19,11); }
td.TdClassName
{
border-color: #55130B;
}
.TagClassName
{
border-color: #55130B;
}
</style>