#A11131

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

Shades of Bright Red #A11131

Tints of Bright Red #A11131

Color information

#A11131 (or 0xA11131) is unknown color: approx Bright Red. HEX triplet: A1, 11 and 31. RGB value is (161,17,49). Sum of RGB (Red+Green+Blue) = 161+17+49=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A11131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11131 is #5EEECE. Grayscale: #3F3F3F. Windows color (decimal): -6221519 or 3215777. OLE color: 3215777.

HSL color Cylindrical-coordinate representation of color #A11131: hue angle of 346.67º 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 #A11131 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1611749-
CMYK00.890.700.37
HSL346.67º80.9%34.9%-
HSV(B)346.67º89.44%63.14%-
XYZ15.458.23.67-
YUV63.7119.71197.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.93%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=70.93%
G=7.49%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161174900.890.700.37346.6780.934.9
HexA11131059462515b5123
Octal241216101311064553312143
Binary10100001100011100010101100110001101001011010110111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11131; }

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

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

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

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

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

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

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

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