#550502

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

Shades of Red Oxide #550502

Tints of Red Oxide #550502

Color information

#550502 (or 0x550502) is unknown color: approx Red Oxide. HEX triplet: 55, 05 and 02. RGB value is (85,5,2). Sum of RGB (Red+Green+Blue) = 85+5+2=92 (12% of max value = 765). Red value is 85 (33.59% from 255 or 92.39% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 85 - color contains mainly: red. Hex color #550502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550502 is #AAFAFD. Grayscale: #1C1C1C. Windows color (decimal): -11205374 or 132437. OLE color: 132437.

HSL color Cylindrical-coordinate representation of color #550502: hue angle of 2.17º 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 #550502 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB8552-
CMYK00.940.980.67
HSL2.17º95.4%17.06%-
HSV(B)2.17º97.65%33.33%-
XYZ3.812.040.25-
YUV28.58113168.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 92.39%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 2 (1.17% from 255) = 2.17%
R=92.39%
G=5.43%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal855200.940.980.672.1795.417.06
Hex555205E624325f11
Octal125520136142103213721
Binary101010110110010111101100010100001110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550502; }

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

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

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

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

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

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

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

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