#550200

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

Shades of Red Oxide #550200

Tints of Red Oxide #550200

Color information

#550200 (or 0x550200) is unknown color: approx Red Oxide. HEX triplet: 55, 02 and 00. RGB value is (85,2,0). Sum of RGB (Red+Green+Blue) = 85+2+0=87 (11% of max value = 765). Red value is 85 (33.59% from 255 or 97.70% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 85 - color contains mainly: red. Hex color #550200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550200 is #AAFDFF. Grayscale: #1A1A1A. Windows color (decimal): -11206144 or 597. OLE color: 597.

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

Color convert

RGB8520-
CMYK00.9810.67
HSL1.41º100%16.67%-
HSV(B)1.41º100%33.33%-
XYZ3.771.970.18-
YUV26.59113169.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 97.70%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.70%
G=2.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal852000.9810.671.4110016.67
Hex5520062644316411
Octal125200142144103114421
Binary101010110001100010110010010000111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550200; }

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

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

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

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

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

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

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

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