#A2152E

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

Shades of Bright Red #A2152E

Tints of Bright Red #A2152E

Color information

#A2152E (or 0xA2152E) is unknown color: approx Bright Red. HEX triplet: A2, 15 and 2E. RGB value is (162,21,46). Sum of RGB (Red+Green+Blue) = 162+21+46=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2152E is #5DEAD1. Grayscale: #424242. Windows color (decimal): -6154962 or 3020194. OLE color: 3020194.

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

Color convert

RGB1622146-
CMYK00.870.720.36
HSL349.36º77.05%35.88%-
HSV(B)349.36º87.04%63.53%-
XYZ15.668.413.38-
YUV66.01116.71196.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.74%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=70.74%
G=9.17%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162214600.870.720.36349.3677.0535.88
HexA2152E057482415d4d24
Octal242255601271104453511544
Binary10100010101011011100101011110010001001001010111011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2152E; }

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

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

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

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

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

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

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

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