Shades of Red Oxide #550A02
Tints of Red Oxide #550A02
RGB
CMYK
RGB Variations
Color information
#550A02 (or 0x550A02) is known color: Red Oxide. HEX triplet: 55, 0A and 02. RGB value is (85,10,2). Sum of RGB (Red+Green+Blue) = 85+10+2=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #550A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550A02 is #AAF5FD. Grayscale: #1F1F1F. Windows color (decimal): -11204094 or 133717. OLE color: 133717.
HSL color Cylindrical-coordinate representation of color #550A02: hue angle of 5.78º 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 #550A02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 10 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.67 |
| HSL | 5.78º | 0.95% | 0.17% | - |
| HSV(B) | 5.78º | 0.98% | 0.33% | - |
| XYZ | 3.87 | 2.15 | 0.27 | - |
| YUV | 31.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 2 | 0 | 0.88 | 0.98 | 0.67 | 5.78 | 0.95 | 0.17 |
| Hex | 55 | A | 2 | 0 | 58 | 62 | 43 | 6 | 5F | 11 |
| Octal | 125 | 12 | 2 | 0 | 130 | 142 | 103 | 6 | 137 | 21 |
| Binary | 1010101 | 1010 | 10 | 0 | 1011000 | 1100010 | 1000011 | 110 | 1011111 | 10001 |
Color Harmonies of #550A02
Complementary color
Monochromatic Colors of #550A02
Black with #550A02
Text Example
Text Example
White with #550A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A02; }
p { color: rgb(85,10,2); }
H1.HeaderClassName
{
color: #550A02;
}
.AnyTagClassName
{
color: #550A02;
}
</style>
background-color css
<style>
a { background-color: #550A02; }
a { background-color: rgb(85,10,2); }
div.DivClassName
{
background-color: #550A02;
}
.BgClassName
{
background-color: #550A02;
}
</style>
border-color css
<style>
span { border-color: #550A02; }
span { border-color: rgb(85,10,2); }
td.TdClassName
{
border-color: #550A02;
}
.TagClassName
{
border-color: #550A02;
}
</style>