#A22A42

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

Shades of Bright Red #A22A42

Tints of Bright Red #A22A42

Color information

#A22A42 (or 0xA22A42) is unknown color: approx Bright Red. HEX triplet: A2, 2A and 42. RGB value is (162,42,66). Sum of RGB (Red+Green+Blue) = 162+42+66=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22A42 is #5DD5BD. Grayscale: #505050. Windows color (decimal): -6149566 or 4336290. OLE color: 4336290.

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

Color convert

RGB1624266-
CMYK00.740.590.36
HSL348º58.82%40%-
HSV(B)348º74.07%63.53%-
XYZ16.719.736.15-
YUV80.62119.76186.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 42 (16.80% from 255) = 15.56%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=60%
G=15.56%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162426600.740.590.3634858.8240
HexA22A4204A3B2415c3b28
Octal24252102011273445347350
Binary10100010101010100001001001010111011100100101011100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A42; }

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

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

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

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

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

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

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

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