#550209

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

Shades of Rustic Red #550209

Tints of Rustic Red #550209

Color information

#550209 (or 0x550209) is unknown color: approx Rustic Red. HEX triplet: 55, 02 and 09. RGB value is (85,2,9). Sum of RGB (Red+Green+Blue) = 85+2+9=96 (12% of max value = 765). Red value is 85 (33.59% from 255 or 88.54% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 85 - color contains mainly: red. Hex color #550209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550209 is #AAFDF6. Grayscale: #1B1B1B. Windows color (decimal): -11206135 or 590421. OLE color: 590421.

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

Color convert

RGB8529-
CMYK00.980.890.67
HSL354.94º95.4%17.06%-
HSV(B)354.94º97.65%33.33%-
XYZ3.821.990.44-
YUV27.62117.5168.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 88.54%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=88.54%
G=2.08%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal852900.980.890.67354.9495.417.06
Hex552906259431635f11
Octal125211014213110354313721
Binary10101011010010110001010110011000011101100011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550209; }

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

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

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

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

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

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

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

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