#A2243F

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

Shades of Bright Red #A2243F

Tints of Bright Red #A2243F

Color information

#A2243F (or 0xA2243F) is unknown color: approx Bright Red. HEX triplet: A2, 24 and 3F. RGB value is (162,36,63). Sum of RGB (Red+Green+Blue) = 162+36+63=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2243F is #5DDBC0. Grayscale: #4C4C4C. Windows color (decimal): -6151105 or 4138146. OLE color: 4138146.

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

Color convert

RGB1623663-
CMYK00.780.610.36
HSL347.14º63.64%38.82%-
HSV(B)347.14º77.78%63.53%-
XYZ16.439.35.63-
YUV76.75120.24188.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 63 (25% from 255) = 24.14%
R=62.07%
G=13.79%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162366300.780.610.36347.1463.6438.82
HexA2243F04E3D2415b4027
Octal24244770116754453310047
Binary10100010100100111111010011101111011001001010110111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2243F; }

 p { color: rgb(162,36,63); }

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

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

 a { background-color: rgb(162,36,63); }

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

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

 span { border-color: rgb(162,36,63); }

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