#A9353F

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

Shades of Guardsman Red #A9353F

Tints of Guardsman Red #A9353F

Color information

#A9353F (or 0xA9353F) is unknown color: approx Guardsman Red. HEX triplet: A9, 35 and 3F. RGB value is (169,53,63). Sum of RGB (Red+Green+Blue) = 169+53+63=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A9353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9353F is #56CAC0. Grayscale: #585858. Windows color (decimal): -5688001 or 4142505. OLE color: 4142505.

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

Color convert

RGB1695363-
CMYK00.690.630.34
HSL354.83º52.25%43.53%-
HSV(B)354.83º68.64%66.27%-
XYZ18.5311.345.91-
YUV88.82113.43185.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.30%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 63 (25% from 255) = 22.11%
R=59.30%
G=18.60%
B=22.11%

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
Decimal169536300.690.630.34354.8352.2543.53
HexA9353F0453F22163342c
Octal2516577010577425436454
Binary1010100111010111111101000101111111100010101100011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9353F; }

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

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

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

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

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

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

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

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