#A11139

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

Shades of Bright Red #A11139

Tints of Bright Red #A11139

Color information

#A11139 (or 0xA11139) is unknown color: approx Bright Red. HEX triplet: A1, 11 and 39. RGB value is (161,17,57). Sum of RGB (Red+Green+Blue) = 161+17+57=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A11139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11139 is #5EEEC6. Grayscale: #404040. Windows color (decimal): -6221511 or 3740065. OLE color: 3740065.

HSL color Cylindrical-coordinate representation of color #A11139: hue angle of 343.33º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11139 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB1611757-
CMYK00.890.650.37
HSL343.33º80.9%34.9%-
HSV(B)343.33º89.44%63.14%-
XYZ15.648.274.64-
YUV64.62123.71196.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 68.51%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=68.51%
G=7.23%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161175700.890.650.37343.3380.934.9
HexA1113905941251575123
Octal241217101311014552712143
Binary10100001100011110010101100110000011001011010101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11139; }

 p { color: rgb(161,17,57); }

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

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

 a { background-color: rgb(161,17,57); }

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

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

 span { border-color: rgb(161,17,57); }

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