#A9353E

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

Shades of Guardsman Red #A9353E

Tints of Guardsman Red #A9353E

Color information

#A9353E (or 0xA9353E) is unknown color: approx Guardsman Red. HEX triplet: A9, 35 and 3E. RGB value is (169,53,62). Sum of RGB (Red+Green+Blue) = 169+53+62=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A9353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9353E is #56CAC1. Grayscale: #585858. Windows color (decimal): -5688002 or 4076969. OLE color: 4076969.

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

Color convert

RGB1695362-
CMYK00.690.630.34
HSL355.34º52.25%43.53%-
HSV(B)355.34º68.64%66.27%-
XYZ18.511.335.77-
YUV88.71112.93185.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.51%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=59.51%
G=18.66%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169536200.690.630.34355.3452.2543.53
HexA9353E0453F22163342c
Octal2516576010577425436454
Binary1010100111010111111001000101111111100010101100011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9353E; }

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

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

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

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

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

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

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

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