#550205

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

Shades of Rustic Red #550205

Tints of Rustic Red #550205

Color information

#550205 (or 0x550205) is unknown color: approx Rustic Red. HEX triplet: 55, 02 and 05. RGB value is (85,2,5). Sum of RGB (Red+Green+Blue) = 85+2+5=92 (12% of max value = 765). Red value is 85 (33.59% from 255 or 92.39% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 85 - color contains mainly: red. Hex color #550205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550205 is #AAFDFA. Grayscale: #1B1B1B. Windows color (decimal): -11206139 or 328277. OLE color: 328277.

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

Color convert

RGB8525-
CMYK00.980.940.67
HSL357.83º95.4%17.06%-
HSV(B)357.83º97.65%33.33%-
XYZ3.81.990.33-
YUV27.16115.5169.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 92.39%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 5 (2.34% from 255) = 5.43%
R=92.39%
G=2.17%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal852500.980.940.67357.8395.417.06
Hex55250625E431665f11
Octal12525014213610354613721
Binary1010101101010110001010111101000011101100110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550205; }

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

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

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

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

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

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

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

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