#A22F35

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

Shades of Guardsman Red #A22F35

Tints of Guardsman Red #A22F35

Color information

#A22F35 (or 0xA22F35) is unknown color: approx Guardsman Red. HEX triplet: A2, 2F and 35. RGB value is (162,47,53). Sum of RGB (Red+Green+Blue) = 162+47+53=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F35 is #5DD0CA. Grayscale: #525252. Windows color (decimal): -6148299 or 3485602. OLE color: 3485602.

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

Color convert

RGB1624753-
CMYK00.710.670.36
HSL356.87º55.02%40.98%-
HSV(B)356.87º70.99%63.53%-
XYZ16.569.974.42-
YUV82.07111.6185.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 47 (18.75% from 255) = 17.94%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=61.83%
G=17.94%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162475300.710.670.36356.8755.0240.98
HexA22F3504743241653729
Octal24257650107103445456751
Binary10100010101111110101010001111000011100100101100101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F35; }

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

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

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

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

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

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

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

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