#A2343C

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

Shades of Guardsman Red #A2343C

Tints of Guardsman Red #A2343C

Color information

#A2343C (or 0xA2343C) is unknown color: approx Guardsman Red. HEX triplet: A2, 34 and 3C. RGB value is (162,52,60). Sum of RGB (Red+Green+Blue) = 162+52+60=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2343C is #5DCBC3. Grayscale: #555555. Windows color (decimal): -6147012 or 3945634. OLE color: 3945634.

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

Color convert

RGB1625260-
CMYK00.680.630.36
HSL355.64º51.4%41.96%-
HSV(B)355.64º67.9%63.53%-
XYZ16.9410.465.4-
YUV85.8113.44182.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.12%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=59.12%
G=18.98%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162526000.680.630.36355.6451.441.96
HexA2343C0443F24164332a
Octal2426474010477445446352
Binary1010001011010011110001000100111111100100101100100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2343C; }

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

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

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

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

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

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

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

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