#A62232

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

Shades of Bright Red #A62232

Tints of Bright Red #A62232

Color information

#A62232 (or 0xA62232) is unknown color: approx Bright Red. HEX triplet: A6, 22 and 32. RGB value is (166,34,50). Sum of RGB (Red+Green+Blue) = 166+34+50=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A62232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62232 is #59DDCD. Grayscale: #4B4B4B. Windows color (decimal): -5889486 or 3285670. OLE color: 3285670.

HSL color Cylindrical-coordinate representation of color #A62232: hue angle of 352.73º 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 #A62232 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1663450-
CMYK00.800.700.35
HSL352.73º66%39.22%-
HSV(B)352.73º79.52%65.1%-
XYZ16.879.483.96-
YUV75.29113.73192.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 50 (19.92% from 255) = 20%
R=66.4%
G=13.6%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166345000.800.700.35352.736639.22
HexA6223205046231614227
Octal246426201201064354110247
Binary101001101000101100100101000010001101000111011000011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62232; }

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

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

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

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

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

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

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

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