#A9353D

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

Shades of Guardsman Red #A9353D

Tints of Guardsman Red #A9353D

Color information

#A9353D (or 0xA9353D) is unknown color: approx Guardsman Red. HEX triplet: A9, 35 and 3D. RGB value is (169,53,61). Sum of RGB (Red+Green+Blue) = 169+53+61=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A9353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9353D is #56CAC2. Grayscale: #585858. Windows color (decimal): -5688003 or 4011433. OLE color: 4011433.

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

Color convert

RGB1695361-
CMYK00.690.640.34
HSL355.86º52.25%43.53%-
HSV(B)355.86º68.64%66.27%-
XYZ18.4811.325.63-
YUV88.6112.43185.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.72%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=59.72%
G=18.73%
B=21.55%

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
Decimal169536100.690.640.34355.8652.2543.53
HexA9353D0454022164342c
Octal25165750105100425446454
Binary10101001110101111101010001011000000100010101100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9353D; }

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

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

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

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

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

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

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

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