#A2323C

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

Shades of Guardsman Red #A2323C

Tints of Guardsman Red #A2323C

Color information

#A2323C (or 0xA2323C) is unknown color: approx Guardsman Red. HEX triplet: A2, 32 and 3C. RGB value is (162,50,60). Sum of RGB (Red+Green+Blue) = 162+50+60=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2323C is #5DCDC3. Grayscale: #545454. Windows color (decimal): -6147524 or 3945122. OLE color: 3945122.

HSL color Cylindrical-coordinate representation of color #A2323C: hue angle of 354.64º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2323C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1625060-
CMYK00.690.630.36
HSL354.64º52.83%41.57%-
HSV(B)354.64º69.14%63.53%-
XYZ16.8610.295.37-
YUV84.63114.11183.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=59.56%
G=18.38%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162506000.690.630.36354.6452.8341.57
HexA2323C0453F24163352a
Octal2426274010577445436552
Binary1010001011001011110001000101111111100100101100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2323C; }

 p { color: rgb(162,50,60); }

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

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

 a { background-color: rgb(162,50,60); }

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

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

 span { border-color: rgb(162,50,60); }

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