#550A0A

Color #550A0A Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #550A0A

Tints of Red Oxide #550A0A

Color information

#550A0A (or 0x550A0A) is unknown color: approx Red Oxide. HEX triplet: 55, 0A and 0A. RGB value is (85,10,10). Sum of RGB (Red+Green+Blue) = 85+10+10=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550A0A is #AAF5F5. Grayscale: #202020. Windows color (decimal): -11204086 or 658005. OLE color: 658005.

HSL color Cylindrical-coordinate representation of color #550A0A: hue angle of 0º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A0A is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB851010-
CMYK00.880.880.67
HSL78.95%18.63%-
HSV(B)88.24%33.33%-
XYZ3.912.170.5-
YUV32.42115.35165.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=80.95%
G=9.52%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85101000.880.880.67078.9518.63
Hex55AA058584304f13
Octal12512120130130103011723
Binary10101011010101001011000101100010000110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550A0A; }

 p { color: rgb(85,10,10); }

 H1.HeaderClassName
 {
   color: #550A0A;
 }
 .AnyTagClassName
 {
   color: #550A0A;
 }
</style>
background-color css

<style>
 a { background-color: #550A0A; }

 a { background-color: rgb(85,10,10); }

 div.DivClassName
 {
   background-color: #550A0A;
 }
 .BgClassName
 {
   background-color: #550A0A;
 }
</style>
border-color css

<style>
 span { border-color: #550A0A; }

 span { border-color: rgb(85,10,10); }

 td.TdClassName
 {
   border-color: #550A0A;
 }
 .TagClassName
 {
   border-color: #550A0A;
 }
</style>