#A32035

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

Shades of Bright Red #A32035

Tints of Bright Red #A32035

Color information

#A32035 (or 0xA32035) is unknown color: approx Bright Red. HEX triplet: A3, 20 and 35. RGB value is (163,32,53). Sum of RGB (Red+Green+Blue) = 163+32+53=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A32035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32035 is #5CDFCA. Grayscale: #494949. Windows color (decimal): -6086603 or 3481763. OLE color: 3481763.

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

Color convert

RGB1633253-
CMYK00.800.670.36
HSL350.38º67.18%38.24%-
HSV(B)350.38º80.37%63.92%-
XYZ16.269.084.26-
YUV73.56116.4191.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.73%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=65.73%
G=12.90%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163325300.800.670.36350.3867.1838.24
HexA32035050432415e4326
Octal243406501201034453610346
Binary101000111000001101010101000010000111001001010111101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32035; }

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

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

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

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

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

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

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

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