Shades of Red Oxide #551B12
Tints of Red Oxide #551B12
RGB
CMYK
RGB Variations
Color information
#551B12 (or 0x551B12) is known color: Red Oxide. HEX triplet: 55, 1B and 12. RGB value is (85,27,18). Sum of RGB (Red+Green+Blue) = 85+27+18=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B12 is #AAE4ED. Grayscale: #2B2B2B. Windows color (decimal): -11199726 or 1186645. OLE color: 1186645.
HSL color Cylindrical-coordinate representation of color #551B12: hue angle of 8.06º 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 #551B12 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 18 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.67 |
| HSL | 8.06º | 0.65% | 0.2% | - |
| HSV(B) | 8.06º | 0.79% | 0.33% | - |
| XYZ | 4.25 | 2.76 | 0.88 | - |
| YUV | 43.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 18 | 0 | 0.68 | 0.79 | 0.67 | 8.06 | 0.65 | 0.2 |
| Hex | 55 | 1B | 12 | 0 | 44 | 4F | 43 | 8 | 41 | 14 |
| Octal | 125 | 33 | 22 | 0 | 104 | 117 | 103 | 10 | 101 | 24 |
| Binary | 1010101 | 11011 | 10010 | 0 | 1000100 | 1001111 | 1000011 | 1000 | 1000001 | 10100 |
Color Harmonies of #551B12
Complementary color
Monochromatic Colors of #551B12
Black with #551B12
Text Example
Text Example
White with #551B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B12; }
p { color: rgb(85,27,18); }
H1.HeaderClassName
{
color: #551B12;
}
.AnyTagClassName
{
color: #551B12;
}
</style>
background-color css
<style>
a { background-color: #551B12; }
a { background-color: rgb(85,27,18); }
div.DivClassName
{
background-color: #551B12;
}
.BgClassName
{
background-color: #551B12;
}
</style>
border-color css
<style>
span { border-color: #551B12; }
span { border-color: rgb(85,27,18); }
td.TdClassName
{
border-color: #551B12;
}
.TagClassName
{
border-color: #551B12;
}
</style>