#A2152B

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

Shades of Bright Red #A2152B

Tints of Bright Red #A2152B

Color information

#A2152B (or 0xA2152B) is unknown color: approx Bright Red. HEX triplet: A2, 15 and 2B. RGB value is (162,21,43). Sum of RGB (Red+Green+Blue) = 162+21+43=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A2152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2152B is #5DEAD4. Grayscale: #414141. Windows color (decimal): -6154965 or 2823586. OLE color: 2823586.

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

Color convert

RGB1622143-
CMYK00.870.730.36
HSL350.64º77.05%35.88%-
HSV(B)350.64º87.04%63.53%-
XYZ15.68.393.08-
YUV65.67115.21196.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.68%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=71.68%
G=9.29%
B=19.03%

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
Decimal162214300.870.730.36350.6477.0535.88
HexA2152B057492415f4d24
Octal242255301271114453711544
Binary10100010101011010110101011110010011001001010111111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2152B; }

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

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

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

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

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

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

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

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