#A32E37

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

Shades of Guardsman Red #A32E37

Tints of Guardsman Red #A32E37

Color information

#A32E37 (or 0xA32E37) is unknown color: approx Guardsman Red. HEX triplet: A3, 2E and 37. RGB value is (163,46,55). Sum of RGB (Red+Green+Blue) = 163+46+55=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E37 is #5CD1C8. Grayscale: #525252. Windows color (decimal): -6083017 or 3616419. OLE color: 3616419.

HSL color Cylindrical-coordinate representation of color #A32E37: hue angle of 355.38º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E37 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1634655-
CMYK00.720.660.36
HSL355.38º55.98%40.98%-
HSV(B)355.38º71.78%63.92%-
XYZ16.7710.024.66-
YUV82.01112.76185.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.74%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=61.74%
G=17.42%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163465500.720.660.36355.3855.9840.98
HexA32E3704842241633829
Octal24356670110102445437051
Binary10100011101110110111010010001000010100100101100011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E37; }

 p { color: rgb(163,46,55); }

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

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

 a { background-color: rgb(163,46,55); }

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

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

 span { border-color: rgb(163,46,55); }

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