#A32028

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

Shades of Bright Red #A32028

Tints of Bright Red #A32028

Color information

#A32028 (or 0xA32028) is unknown color: approx Bright Red. HEX triplet: A3, 20 and 28. RGB value is (163,32,40). Sum of RGB (Red+Green+Blue) = 163+32+40=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A32028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32028 is #5CDFD7. Grayscale: #484848. Windows color (decimal): -6086616 or 2629795. OLE color: 2629795.

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

Color convert

RGB1633240-
CMYK00.800.750.36
HSL356.34º67.18%38.24%-
HSV(B)356.34º80.37%63.92%-
XYZ168.972.9-
YUV72.08109.9192.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.36%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=69.36%
G=13.62%
B=17.02%

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
Decimal163324000.800.750.36356.3467.1838.24
HexA320280504B241644326
Octal243405001201134454410346
Binary101000111000001010000101000010010111001001011001001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32028; }

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

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

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

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

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

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

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

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