#A22B2C

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

Shades of Guardsman Red #A22B2C

Tints of Guardsman Red #A22B2C

Color information

#A22B2C (or 0xA22B2C) is unknown color: approx Guardsman Red. HEX triplet: A2, 2B and 2C. RGB value is (162,43,44). Sum of RGB (Red+Green+Blue) = 162+43+44=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B2C is #5DD4D3. Grayscale: #4E4E4E. Windows color (decimal): -6149332 or 2894754. OLE color: 2894754.

HSL color Cylindrical-coordinate representation of color #A22B2C: hue angle of 359.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22B2C is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1624344-
CMYK00.730.730.36
HSL359.5º58.05%40.2%-
HSV(B)359.5º73.46%63.53%-
XYZ16.229.593.38-
YUV78.7108.42187.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.06%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=65.06%
G=17.27%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162434400.730.730.36359.558.0540.2
HexA22B2C04949241673a28
Octal24253540111111445477250
Binary10100010101011101100010010011001001100100101100111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B2C; }

 p { color: rgb(162,43,44); }

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

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

 a { background-color: rgb(162,43,44); }

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

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

 span { border-color: rgb(162,43,44); }

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