#550503

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

Shades of Red Oxide #550503

Tints of Red Oxide #550503

Color information

#550503 (or 0x550503) is unknown color: approx Red Oxide. HEX triplet: 55, 05 and 03. RGB value is (85,5,3). Sum of RGB (Red+Green+Blue) = 85+5+3=93 (12% of max value = 765). Red value is 85 (33.59% from 255 or 91.40% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 85 - color contains mainly: red. Hex color #550503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550503 is #AAFAFC. Grayscale: #1C1C1C. Windows color (decimal): -11205373 or 197973. OLE color: 197973.

HSL color Cylindrical-coordinate representation of color #550503: hue angle of 1.46º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550503 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB8553-
CMYK00.940.960.67
HSL1.46º93.18%17.25%-
HSV(B)1.46º96.47%33.33%-
XYZ3.822.050.28-
YUV28.69113.5168.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 91.40%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 3 (1.56% from 255) = 3.23%
R=91.40%
G=5.38%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal855300.940.960.671.4693.1817.25
Hex555305E604315d11
Octal125530136140103113521
Binary10101011011101011110110000010000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550503; }

 p { color: rgb(85,5,3); }

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

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

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

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

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

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

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