#A2152C

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

Shades of Bright Red #A2152C

Tints of Bright Red #A2152C

Color information

#A2152C (or 0xA2152C) is unknown color: approx Bright Red. HEX triplet: A2, 15 and 2C. RGB value is (162,21,44). Sum of RGB (Red+Green+Blue) = 162+21+44=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A2152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2152C is #5DEAD3. Grayscale: #414141. Windows color (decimal): -6154964 or 2889122. OLE color: 2889122.

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

Color convert

RGB1622144-
CMYK00.870.730.36
HSL350.21º77.05%35.88%-
HSV(B)350.21º87.04%63.53%-
XYZ15.628.43.18-
YUV65.78115.71196.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.37%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=71.37%
G=9.25%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162214400.870.730.36350.2177.0535.88
HexA2152C057492415e4d24
Octal242255401271114453611544
Binary10100010101011011000101011110010011001001010111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2152C; }

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

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

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

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

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

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

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

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