#A9222D

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

Shades of Guardsman Red #A9222D

Tints of Guardsman Red #A9222D

Color information

#A9222D (or 0xA9222D) is unknown color: approx Guardsman Red. HEX triplet: A9, 22 and 2D. RGB value is (169,34,45). Sum of RGB (Red+Green+Blue) = 169+34+45=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A9222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9222D is #56DDD2. Grayscale: #4B4B4B. Windows color (decimal): -5692883 or 2957993. OLE color: 2957993.

HSL color Cylindrical-coordinate representation of color #A9222D: hue angle of 355.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9222D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1693445-
CMYK00.800.730.34
HSL355.11º66.5%39.8%-
HSV(B)355.11º79.88%66.27%-
XYZ17.419.773.45-
YUV75.62110.73194.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.15%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=68.15%
G=13.71%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169344500.800.730.34355.1166.539.8
HexA9222D05049221634328
Octal251425501201114254310350
Binary101010011000101011010101000010010011000101011000111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9222D; }

 p { color: rgb(169,34,45); }

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

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

 a { background-color: rgb(169,34,45); }

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

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

 span { border-color: rgb(169,34,45); }

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