#A32029

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

Shades of Bright Red #A32029

Tints of Bright Red #A32029

Color information

#A32029 (or 0xA32029) is unknown color: approx Bright Red. HEX triplet: A3, 20 and 29. RGB value is (163,32,41). Sum of RGB (Red+Green+Blue) = 163+32+41=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A32029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32029 is #5CDFD6. Grayscale: #484848. Windows color (decimal): -6086615 or 2695331. OLE color: 2695331.

HSL color Cylindrical-coordinate representation of color #A32029: hue angle of 355.88º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32029 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1633241-
CMYK00.800.750.36
HSL355.88º67.18%38.24%-
HSV(B)355.88º80.37%63.92%-
XYZ16.028.982.99-
YUV72.19110.4192.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.07%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=69.07%
G=13.56%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163324100.800.750.36355.8867.1838.24
HexA320290504B241644326
Octal243405101201134454410346
Binary101000111000001010010101000010010111001001011001001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32029; }

 p { color: rgb(163,32,41); }

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

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

 a { background-color: rgb(163,32,41); }

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

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

 span { border-color: rgb(163,32,41); }

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