#A9353C

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

Shades of Guardsman Red #A9353C

Tints of Guardsman Red #A9353C

Color information

#A9353C (or 0xA9353C) is unknown color: approx Guardsman Red. HEX triplet: A9, 35 and 3C. RGB value is (169,53,60). Sum of RGB (Red+Green+Blue) = 169+53+60=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A9353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9353C is #56CAC3. Grayscale: #585858. Windows color (decimal): -5688004 or 3945897. OLE color: 3945897.

HSL color Cylindrical-coordinate representation of color #A9353C: hue angle of 356.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9353C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1695360-
CMYK00.690.640.34
HSL356.38º52.25%43.53%-
HSV(B)356.38º68.64%66.27%-
XYZ18.4511.315.49-
YUV88.48111.93185.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.93%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=59.93%
G=18.79%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169536000.690.640.34356.3852.2543.53
HexA9353C0454022164342c
Octal25165740105100425446454
Binary10101001110101111100010001011000000100010101100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9353C; }

 p { color: rgb(169,53,60); }

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

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

 a { background-color: rgb(169,53,60); }

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

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

 span { border-color: rgb(169,53,60); }

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