#550304

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

Shades of Rustic Red #550304

Tints of Rustic Red #550304

Color information

#550304 (or 0x550304) is unknown color: approx Rustic Red. HEX triplet: 55, 03 and 04. RGB value is (85,3,4). Sum of RGB (Red+Green+Blue) = 85+3+4=92 (12% of max value = 765). Red value is 85 (33.59% from 255 or 92.39% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 85 - color contains mainly: red. Hex color #550304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550304 is #AAFCFB. Grayscale: #1B1B1B. Windows color (decimal): -11205884 or 262997. OLE color: 262997.

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

Color convert

RGB8534-
CMYK00.960.950.67
HSL359.27º93.18%17.25%-
HSV(B)359.27º96.47%33.33%-
XYZ3.82.010.3-
YUV27.63114.67168.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 92.39%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=92.39%
G=3.26%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal853400.960.950.67359.2793.1817.25
Hex55340605F431675d11
Octal12534014013710354713521
Binary1010101111000110000010111111000011101100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550304; }

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

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

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

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

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

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

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

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