#a1152e

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

Shades of Bright Red #A1152E

Tints of Bright Red #A1152E

Color information

#A1152E (or 0xA1152E) is unknown color: approx Bright Red. HEX triplet: A1, 15 and 2E. RGB value is (161,21,46). Sum of RGB (Red+Green+Blue) = 161+21+46=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A1152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1152E is #5EEAD1. Grayscale: #414141. Windows color (decimal): -6220498 or 3020193. OLE color: 3020193.

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

Color convert

RGB1612146-
CMYK00.870.710.37
HSL349.29º76.92%35.69%-
HSV(B)349.29º86.96%63.14%-
XYZ15.468.313.37-
YUV65.71116.88195.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.61%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=70.61%
G=9.21%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161214600.870.710.37349.2976.9235.69
HexA1152E057472515d4d24
Octal241255601271074553511544
Binary10100001101011011100101011110001111001011010111011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1152e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1152e; }

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

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

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

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

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

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

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

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