#A62239

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

Shades of Bright Red #A62239

Tints of Bright Red #A62239

Color information

#A62239 (or 0xA62239) is unknown color: approx Bright Red. HEX triplet: A6, 22 and 39. RGB value is (166,34,57). Sum of RGB (Red+Green+Blue) = 166+34+57=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A62239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62239 is #59DDC6. Grayscale: #4C4C4C. Windows color (decimal): -5889479 or 3744422. OLE color: 3744422.

HSL color Cylindrical-coordinate representation of color #A62239: hue angle of 349.55º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62239 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1663457-
CMYK00.800.660.35
HSL349.55º66%39.22%-
HSV(B)349.55º79.52%65.1%-
XYZ17.049.554.82-
YUV76.09117.23192.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.59%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 57 (22.66% from 255) = 22.18%
R=64.59%
G=13.23%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166345700.800.660.35349.556639.22
HexA62239050422315e4227
Octal246427101201024353610247
Binary101001101000101110010101000010000101000111010111101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62239; }

 p { color: rgb(166,34,57); }

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

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

 a { background-color: rgb(166,34,57); }

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

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

 span { border-color: rgb(166,34,57); }

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