Shades of Red Oxide #550602
Tints of Red Oxide #550602
RGB
CMYK
RGB Variations
Color information
#550602 (or 0x550602) is known color: Red Oxide. HEX triplet: 55, 06 and 02. RGB value is (85,6,2). Sum of RGB (Red+Green+Blue) = 85+6+2=93 (12% of max value = 765). Red value is 85 (33.59% from 255 or 91.40% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 85 - color contains mainly: red. Hex color #550602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550602 is #AAF9FD. Grayscale: #1D1D1D. Windows color (decimal): -11205118 or 132693. OLE color: 132693.
HSL color Cylindrical-coordinate representation of color #550602: hue angle of 2.89º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550602 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 2 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.67 |
| HSL | 2.89º | 0.95% | 0.17% | - |
| HSV(B) | 2.89º | 0.98% | 0.33% | - |
| XYZ | 3.82 | 2.07 | 0.25 | - |
| YUV | 29.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 2 | 0 | 0.93 | 0.98 | 0.67 | 2.89 | 0.95 | 0.17 |
| Hex | 55 | 6 | 2 | 0 | 5D | 62 | 43 | 3 | 5F | 11 |
| Octal | 125 | 6 | 2 | 0 | 135 | 142 | 103 | 3 | 137 | 21 |
| Binary | 1010101 | 110 | 10 | 0 | 1011101 | 1100010 | 1000011 | 11 | 1011111 | 10001 |
Color Harmonies of #550602
Complementary color
Monochromatic Colors of #550602
Black with #550602
Text Example
Text Example
White with #550602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550602; }
p { color: rgb(85,6,2); }
H1.HeaderClassName
{
color: #550602;
}
.AnyTagClassName
{
color: #550602;
}
</style>
background-color css
<style>
a { background-color: #550602; }
a { background-color: rgb(85,6,2); }
div.DivClassName
{
background-color: #550602;
}
.BgClassName
{
background-color: #550602;
}
</style>
border-color css
<style>
span { border-color: #550602; }
span { border-color: rgb(85,6,2); }
td.TdClassName
{
border-color: #550602;
}
.TagClassName
{
border-color: #550602;
}
</style>