Shades of Red Oxide #551C1C
Tints of Red Oxide #551C1C
RGB
CMYK
RGB Variations
Color information
#551C1C (or 0x551C1C) is known color: Red Oxide. HEX triplet: 55, 1C and 1C. RGB value is (85,28,28). Sum of RGB (Red+Green+Blue) = 85+28+28=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C1C is #AAE3E3. Grayscale: #2D2D2D. Windows color (decimal): -11199460 or 1842261. OLE color: 1842261.
HSL color Cylindrical-coordinate representation of color #551C1C: hue angle of 0º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C1C is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 28 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.67 |
| HSL | 0º | 0.5% | 0.22% | - |
| HSV(B) | 0º | 0.67% | 0.33% | - |
| XYZ | 4.37 | 2.85 | 1.42 | - |
| YUV | 45.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 28 | 0 | 0.67 | 0.67 | 0.67 | 0 | 0.5 | 0.22 |
| Hex | 55 | 1C | 1C | 0 | 43 | 43 | 43 | 0 | 32 | 16 |
| Octal | 125 | 34 | 34 | 0 | 103 | 103 | 103 | 0 | 62 | 26 |
| Binary | 1010101 | 11100 | 11100 | 0 | 1000011 | 1000011 | 1000011 | 0 | 110010 | 10110 |
Color Harmonies of #551C1C
Complementary color
Monochromatic Colors of #551C1C
Black with #551C1C
Text Example
Text Example
White with #551C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C1C; }
p { color: rgb(85,28,28); }
H1.HeaderClassName
{
color: #551C1C;
}
.AnyTagClassName
{
color: #551C1C;
}
</style>
background-color css
<style>
a { background-color: #551C1C; }
a { background-color: rgb(85,28,28); }
div.DivClassName
{
background-color: #551C1C;
}
.BgClassName
{
background-color: #551C1C;
}
</style>
border-color css
<style>
span { border-color: #551C1C; }
span { border-color: rgb(85,28,28); }
td.TdClassName
{
border-color: #551C1C;
}
.TagClassName
{
border-color: #551C1C;
}
</style>