#A9292A

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

Shades of Guardsman Red #A9292A

Tints of Guardsman Red #A9292A

Color information

#A9292A (or 0xA9292A) is unknown color: approx Guardsman Red. HEX triplet: A9, 29 and 2A. RGB value is (169,41,42). Sum of RGB (Red+Green+Blue) = 169+41+42=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A9292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9292A is #56D6D5. Grayscale: #4F4F4F. Windows color (decimal): -5691094 or 2763177. OLE color: 2763177.

HSL color Cylindrical-coordinate representation of color #A9292A: hue angle of 359.53º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9292A is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1694142-
CMYK00.760.750.34
HSL359.53º60.95%41.18%-
HSV(B)359.53º75.74%66.27%-
XYZ17.5710.193.23-
YUV79.39106.91191.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.06%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=67.06%
G=16.27%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169414200.760.750.34359.5360.9541.18
HexA9292A04C4B221683d29
Octal25151520114113425507551
Binary10101001101001101010010011001001011100010101101000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9292A; }

 p { color: rgb(169,41,42); }

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

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

 a { background-color: rgb(169,41,42); }

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

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

 span { border-color: rgb(169,41,42); }

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