#A2363A

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

Shades of Guardsman Red #A2363A

Tints of Guardsman Red #A2363A

Color information

#A2363A (or 0xA2363A) is unknown color: approx Guardsman Red. HEX triplet: A2, 36 and 3A. RGB value is (162,54,58). Sum of RGB (Red+Green+Blue) = 162+54+58=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2363A is #5DC9C5. Grayscale: #565656. Windows color (decimal): -6146502 or 3815074. OLE color: 3815074.

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

Color convert

RGB1625458-
CMYK00.670.640.36
HSL357.78º50%42.35%-
HSV(B)357.78º66.67%63.53%-
XYZ16.9810.635.16-
YUV86.75111.78181.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.12%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=59.12%
G=19.71%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162545800.670.640.36357.785042.35
HexA2363A0434024166322a
Octal24266720103100445466252
Binary10100010110110111010010000111000000100100101100110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2363A; }

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

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

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

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

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

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

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

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