#A32E34

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

Shades of Guardsman Red #A32E34

Tints of Guardsman Red #A32E34

Color information

#A32E34 (or 0xA32E34) is unknown color: approx Guardsman Red. HEX triplet: A3, 2E and 34. RGB value is (163,46,52). Sum of RGB (Red+Green+Blue) = 163+46+52=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E34 is #5CD1CB. Grayscale: #515151. Windows color (decimal): -6083020 or 3419811. OLE color: 3419811.

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

Color convert

RGB1634652-
CMYK00.720.680.36
HSL356.92º55.98%40.98%-
HSV(B)356.92º71.78%63.92%-
XYZ16.79.994.3-
YUV81.67111.26186.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.45%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=62.45%
G=17.62%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163465200.720.680.36356.9255.9840.98
HexA32E3404844241653829
Octal24356640110104445457051
Binary10100011101110110100010010001000100100100101100101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E34; }

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

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

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

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

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

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

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

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