#A2373C

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

Shades of Guardsman Red #A2373C

Tints of Guardsman Red #A2373C

Color information

#A2373C (or 0xA2373C) is unknown color: approx Guardsman Red. HEX triplet: A2, 37 and 3C. RGB value is (162,55,60). Sum of RGB (Red+Green+Blue) = 162+55+60=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2373C is #5DC8C3. Grayscale: #575757. Windows color (decimal): -6146244 or 3946402. OLE color: 3946402.

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

Color convert

RGB1625560-
CMYK00.660.630.36
HSL357.2º49.31%42.55%-
HSV(B)357.2º66.05%63.53%-
XYZ17.0810.745.45-
YUV87.56112.45181.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=58.48%
G=19.86%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162556000.660.630.36357.249.3142.55
HexA2373C0423F24165312b
Octal2426774010277445456153
Binary1010001011011111110001000010111111100100101100101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2373C; }

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

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

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

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

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

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

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

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