#550409

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

Shades of Rustic Red #550409

Tints of Rustic Red #550409

Color information

#550409 (or 0x550409) is unknown color: approx Rustic Red. HEX triplet: 55, 04 and 09. RGB value is (85,4,9). Sum of RGB (Red+Green+Blue) = 85+4+9=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #550409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550409 is #AAFBF6. Grayscale: #1C1C1C. Windows color (decimal): -11205623 or 590933. OLE color: 590933.

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

Color convert

RGB8549-
CMYK00.950.890.67
HSL356.3º91.01%17.45%-
HSV(B)356.3º95.29%33.33%-
XYZ3.842.040.45-
YUV28.79116.84168.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 86.73%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=86.73%
G=4.08%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal854900.950.890.67356.391.0117.45
Hex554905F59431645b11
Octal125411013713110354413321
Binary101010110010010101111110110011000011101100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550409; }

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

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

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

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

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

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

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

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