#A22B2F

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

Shades of Guardsman Red #A22B2F

Tints of Guardsman Red #A22B2F

Color information

#A22B2F (or 0xA22B2F) is unknown color: approx Guardsman Red. HEX triplet: A2, 2B and 2F. RGB value is (162,43,47). Sum of RGB (Red+Green+Blue) = 162+43+47=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B2F is #5DD4D0. Grayscale: #4F4F4F. Windows color (decimal): -6149329 or 3091362. OLE color: 3091362.

HSL color Cylindrical-coordinate representation of color #A22B2F: hue angle of 357.98º 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 #A22B2F is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1624347-
CMYK00.730.710.36
HSL357.98º58.05%40.2%-
HSV(B)357.98º73.46%63.53%-
XYZ16.289.613.69-
YUV79.04109.92187.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=64.29%
G=17.06%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162434700.730.710.36357.9858.0540.2
HexA22B2F04947241663a28
Octal24253570111107445467250
Binary10100010101011101111010010011000111100100101100110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B2F; }

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

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

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

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

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

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

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

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