#A82032

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

Shades of Bright Red #A82032

Tints of Bright Red #A82032

Color information

#A82032 (or 0xA82032) is unknown color: approx Bright Red. HEX triplet: A8, 20 and 32. RGB value is (168,32,50). Sum of RGB (Red+Green+Blue) = 168+32+50=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A82032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82032 is #57DFCD. Grayscale: #4A4A4A. Windows color (decimal): -5758926 or 3285160. OLE color: 3285160.

HSL color Cylindrical-coordinate representation of color #A82032: hue angle of 352.06º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82032 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1683250-
CMYK00.810.700.34
HSL352.06º68%39.22%-
HSV(B)352.06º80.95%65.88%-
XYZ17.249.593.96-
YUV74.72114.06194.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.2%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 50 (19.92% from 255) = 20%
R=67.2%
G=12.8%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168325000.810.700.34352.066839.22
HexA8203205146221604427
Octal250406201211064254010447
Binary101010001000001100100101000110001101000101011000001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82032; }

 p { color: rgb(168,32,50); }

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

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

 a { background-color: rgb(168,32,50); }

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

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

 span { border-color: rgb(168,32,50); }

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