#550203

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

Shades of Rustic Red #550203

Tints of Rustic Red #550203

Color information

#550203 (or 0x550203) is unknown color: approx Rustic Red. HEX triplet: 55, 02 and 03. RGB value is (85,2,3). Sum of RGB (Red+Green+Blue) = 85+2+3=90 (11% of max value = 765). Red value is 85 (33.59% from 255 or 94.44% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 85 - color contains mainly: red. Hex color #550203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550203 is #AAFDFC. Grayscale: #1B1B1B. Windows color (decimal): -11206141 or 197205. OLE color: 197205.

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

Color convert

RGB8523-
CMYK00.980.960.67
HSL359.28º95.4%17.06%-
HSV(B)359.28º97.65%33.33%-
XYZ3.781.980.27-
YUV26.93114.5169.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 94.44%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 3 (1.56% from 255) = 3.33%
R=94.44%
G=2.22%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal852300.980.960.67359.2895.417.06
Hex552306260431675f11
Octal12523014214010354713721
Binary101010110110110001011000001000011101100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550203; }

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

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

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

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

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

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

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

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