#A1152C

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

Shades of Bright Red #A1152C

Tints of Bright Red #A1152C

Color information

#A1152C (or 0xA1152C) is unknown color: approx Bright Red. HEX triplet: A1, 15 and 2C. RGB value is (161,21,44). Sum of RGB (Red+Green+Blue) = 161+21+44=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1152C is #5EEAD3. Grayscale: #414141. Windows color (decimal): -6220500 or 2889121. OLE color: 2889121.

HSL color Cylindrical-coordinate representation of color #A1152C: hue angle of 350.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1152C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB1612144-
CMYK00.870.730.37
HSL350.14º76.92%35.69%-
HSV(B)350.14º86.96%63.14%-
XYZ15.428.33.17-
YUV65.48115.88196.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.24%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=71.24%
G=9.29%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161214400.870.730.37350.1476.9235.69
HexA1152C057492515e4d24
Octal241255401271114553611544
Binary10100001101011011000101011110010011001011010111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1152C; }

 p { color: rgb(161,21,44); }

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

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

 a { background-color: rgb(161,21,44); }

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

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

 span { border-color: rgb(161,21,44); }

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