#A1323A

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

Shades of Guardsman Red #A1323A

Tints of Guardsman Red #A1323A

Color information

#A1323A (or 0xA1323A) is unknown color: approx Guardsman Red. HEX triplet: A1, 32 and 3A. RGB value is (161,50,58). Sum of RGB (Red+Green+Blue) = 161+50+58=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A1323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1323A is #5ECDC5. Grayscale: #545454. Windows color (decimal): -6213062 or 3814049. OLE color: 3814049.

HSL color Cylindrical-coordinate representation of color #A1323A: hue angle of 355.68º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1323A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1615058-
CMYK00.690.640.37
HSL355.68º52.61%41.37%-
HSV(B)355.68º68.94%63.14%-
XYZ16.610.165.09-
YUV84.1113.27182.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.85%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=59.85%
G=18.59%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161505800.690.640.37355.6852.6141.37
HexA1323A04540251643529
Octal24162720105100455446551
Binary10100001110010111010010001011000000100101101100100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1323A; }

 p { color: rgb(161,50,58); }

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

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

 a { background-color: rgb(161,50,58); }

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

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

 span { border-color: rgb(161,50,58); }

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