#AA2B30

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

Shades of Guardsman Red #AA2B30

Tints of Guardsman Red #AA2B30

Color information

#AA2B30 (or 0xAA2B30) is unknown color: approx Guardsman Red. HEX triplet: AA, 2B and 30. RGB value is (170,43,48). Sum of RGB (Red+Green+Blue) = 170+43+48=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B30 is #55D4CF. Grayscale: #515151. Windows color (decimal): -5625040 or 3156906. OLE color: 3156906.

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

Color convert

RGB1704348-
CMYK00.750.720.33
HSL357.64º59.62%41.76%-
HSV(B)357.64º74.71%66.67%-
XYZ17.9710.493.87-
YUV81.54109.08191.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.13%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=65.13%
G=16.48%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170434800.750.720.33357.6459.6241.76
HexAA2B3004B48211663c2a
Octal25253600113110415467452
Binary10101010101011110000010010111001000100001101100110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2B30; }

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

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

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

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

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

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

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

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