#AA2527

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

Shades of Guardsman Red #AA2527

Tints of Guardsman Red #AA2527

Color information

#AA2527 (or 0xAA2527) is unknown color: approx Guardsman Red. HEX triplet: AA, 25 and 27. RGB value is (170,37,39). Sum of RGB (Red+Green+Blue) = 170+37+39=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2527 is #55DAD8. Grayscale: #4D4D4D. Windows color (decimal): -5626585 or 2565546. OLE color: 2565546.

HSL color Cylindrical-coordinate representation of color #AA2527: hue angle of 359.1º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2527 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB1703739-
CMYK00.780.770.33
HSL359.1º64.25%40.59%-
HSV(B)359.1º78.24%66.67%-
XYZ17.6110.022.92-
YUV76.99106.56194.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.11%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=69.11%
G=15.04%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170373900.780.770.33359.164.2540.59
HexAA252704E4D211674029
Octal252454701161154154710051
Binary101010101001011001110100111010011011000011011001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2527; }

 p { color: rgb(170,37,39); }

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

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

 a { background-color: rgb(170,37,39); }

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

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

 span { border-color: rgb(170,37,39); }

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