#550109

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

Shades of Rustic Red #550109

Tints of Rustic Red #550109

Color information

#550109 (or 0x550109) is unknown color: approx Rustic Red. HEX triplet: 55, 01 and 09. RGB value is (85,1,9). Sum of RGB (Red+Green+Blue) = 85+1+9=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #550109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550109 is #AAFEF6. Grayscale: #1B1B1B. Windows color (decimal): -11206391 or 590165. OLE color: 590165.

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

Color convert

RGB8519-
CMYK00.990.890.67
HSL354.29º97.67%16.86%-
HSV(B)354.29º98.82%33.33%-
XYZ3.811.970.44-
YUV27.03117.83169.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 89.47%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=89.47%
G=1.05%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal851900.990.890.67354.2997.6716.86
Hex551906359431626211
Octal125111014313110354214221
Binary1010101110010110001110110011000011101100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550109; }

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

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

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

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

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

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

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

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