#A2323D

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

Shades of Guardsman Red #A2323D

Tints of Guardsman Red #A2323D

Color information

#A2323D (or 0xA2323D) is unknown color: approx Guardsman Red. HEX triplet: A2, 32 and 3D. RGB value is (162,50,61). Sum of RGB (Red+Green+Blue) = 162+50+61=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2323D is #5DCDC2. Grayscale: #545454. Windows color (decimal): -6147523 or 4010658. OLE color: 4010658.

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

Color convert

RGB1625061-
CMYK00.690.620.36
HSL354.11º52.83%41.57%-
HSV(B)354.11º69.14%63.53%-
XYZ16.8810.35.51-
YUV84.74114.61183.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=59.34%
G=18.32%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162506100.690.620.36354.1152.8341.57
HexA2323D0453E24162352a
Octal2426275010576445426552
Binary1010001011001011110101000101111110100100101100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2323D; }

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

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

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

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

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

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

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

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