#A22A40

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

Shades of Bright Red #A22A40

Tints of Bright Red #A22A40

Color information

#A22A40 (or 0xA22A40) is unknown color: approx Bright Red. HEX triplet: A2, 2A and 40. RGB value is (162,42,64). Sum of RGB (Red+Green+Blue) = 162+42+64=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22A40 is #5DD5BF. Grayscale: #505050. Windows color (decimal): -6149568 or 4205218. OLE color: 4205218.

HSL color Cylindrical-coordinate representation of color #A22A40: hue angle of 349º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22A40 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1624264-
CMYK00.740.600.36
HSL349º58.82%40%-
HSV(B)349º74.07%63.53%-
XYZ16.659.715.85-
YUV80.39118.76186.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 42 (16.80% from 255) = 15.67%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=60.45%
G=15.67%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162426400.740.600.3634958.8240
HexA22A4004A3C2415d3b28
Octal24252100011274445357350
Binary10100010101010100000001001010111100100100101011101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A40; }

 p { color: rgb(162,42,64); }

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

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

 a { background-color: rgb(162,42,64); }

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

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

 span { border-color: rgb(162,42,64); }

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