#A2363C

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

Shades of Guardsman Red #A2363C

Tints of Guardsman Red #A2363C

Color information

#A2363C (or 0xA2363C) is unknown color: approx Guardsman Red. HEX triplet: A2, 36 and 3C. RGB value is (162,54,60). Sum of RGB (Red+Green+Blue) = 162+54+60=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2363C is #5DC9C3. Grayscale: #575757. Windows color (decimal): -6146500 or 3946146. OLE color: 3946146.

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

Color convert

RGB1625460-
CMYK00.670.630.36
HSL356.67º50%42.35%-
HSV(B)356.67º66.67%63.53%-
XYZ17.0410.655.43-
YUV86.98112.78181.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=58.70%
G=19.57%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162546000.670.630.36356.675042.35
HexA2363C0433F24165322a
Octal2426674010377445456252
Binary1010001011011011110001000011111111100100101100101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2363C; }

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

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

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

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

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

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

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

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