Shades of Red Oxide #551412
Tints of Red Oxide #551412
RGB
CMYK
RGB Variations
Color information
#551412 (or 0x551412) is known color: Red Oxide. HEX triplet: 55, 14 and 12. RGB value is (85,20,18). Sum of RGB (Red+Green+Blue) = 85+20+18=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551412 is #AAEBED. Grayscale: #272727. Windows color (decimal): -11201518 or 1184853. OLE color: 1184853.
HSL color Cylindrical-coordinate representation of color #551412: hue angle of 1.79º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551412 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 18 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.67 |
| HSL | 1.79º | 0.65% | 0.2% | - |
| HSV(B) | 1.79º | 0.79% | 0.33% | - |
| XYZ | 4.11 | 2.48 | 0.83 | - |
| YUV | 39.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 18 | 0 | 0.76 | 0.79 | 0.67 | 1.79 | 0.65 | 0.2 |
| Hex | 55 | 14 | 12 | 0 | 4C | 4F | 43 | 2 | 41 | 14 |
| Octal | 125 | 24 | 22 | 0 | 114 | 117 | 103 | 2 | 101 | 24 |
| Binary | 1010101 | 10100 | 10010 | 0 | 1001100 | 1001111 | 1000011 | 10 | 1000001 | 10100 |
Color Harmonies of #551412
Complementary color
Monochromatic Colors of #551412
Black with #551412
Text Example
Text Example
White with #551412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551412; }
p { color: rgb(85,20,18); }
H1.HeaderClassName
{
color: #551412;
}
.AnyTagClassName
{
color: #551412;
}
</style>
background-color css
<style>
a { background-color: #551412; }
a { background-color: rgb(85,20,18); }
div.DivClassName
{
background-color: #551412;
}
.BgClassName
{
background-color: #551412;
}
</style>
border-color css
<style>
span { border-color: #551412; }
span { border-color: rgb(85,20,18); }
td.TdClassName
{
border-color: #551412;
}
.TagClassName
{
border-color: #551412;
}
</style>