#A22F34

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

Shades of Guardsman Red #A22F34

Tints of Guardsman Red #A22F34

Color information

#A22F34 (or 0xA22F34) is unknown color: approx Guardsman Red. HEX triplet: A2, 2F and 34. RGB value is (162,47,52). Sum of RGB (Red+Green+Blue) = 162+47+52=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F34 is #5DD0CB. Grayscale: #525252. Windows color (decimal): -6148300 or 3420066. OLE color: 3420066.

HSL color Cylindrical-coordinate representation of color #A22F34: hue angle of 357.39º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A22F34 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1624752-
CMYK00.710.680.36
HSL357.39º55.02%40.98%-
HSV(B)357.39º70.99%63.53%-
XYZ16.549.964.3-
YUV81.95111.1185.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 47 (18.75% from 255) = 18.01%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=62.07%
G=18.01%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162475200.710.680.36357.3955.0240.98
HexA22F3404744241653729
Octal24257640107104445456751
Binary10100010101111110100010001111000100100100101100101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F34; }

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

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

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

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

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

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

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

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