#AA2230

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

Shades of Guardsman Red #AA2230

Tints of Guardsman Red #AA2230

Color information

#AA2230 (or 0xAA2230) is unknown color: approx Guardsman Red. HEX triplet: AA, 22 and 30. RGB value is (170,34,48). Sum of RGB (Red+Green+Blue) = 170+34+48=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2230 is #55DDCF. Grayscale: #4C4C4C. Windows color (decimal): -5627344 or 3154602. OLE color: 3154602.

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

Color convert

RGB1703448-
CMYK00.800.720.33
HSL353.82º66.67%40%-
HSV(B)353.82º80%66.67%-
XYZ17.689.93.78-
YUV76.26112.06194.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.46%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=67.46%
G=13.49%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170344800.800.720.33353.8266.6740
HexAA223005048211624328
Octal252426001201104154210350
Binary101010101000101100000101000010010001000011011000101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2230; }

 p { color: rgb(170,34,48); }

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

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

 a { background-color: rgb(170,34,48); }

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

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

 span { border-color: rgb(170,34,48); }

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