#AA252D

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

Shades of Guardsman Red #AA252D

Tints of Guardsman Red #AA252D

Color information

#AA252D (or 0xAA252D) is unknown color: approx Guardsman Red. HEX triplet: AA, 25 and 2D. RGB value is (170,37,45). Sum of RGB (Red+Green+Blue) = 170+37+45=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA252D is #55DAD2. Grayscale: #4D4D4D. Windows color (decimal): -5626579 or 2958762. OLE color: 2958762.

HSL color Cylindrical-coordinate representation of color #AA252D: hue angle of 356.39º 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 #AA252D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1703745-
CMYK00.780.740.33
HSL356.39º64.25%40.59%-
HSV(B)356.39º78.24%66.67%-
XYZ17.7110.063.49-
YUV77.68109.56193.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.46%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 45 (17.97% from 255) = 17.86%
R=67.46%
G=14.68%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170374500.780.740.33356.3964.2540.59
HexAA252D04E4A211644029
Octal252455501161124154410051
Binary101010101001011011010100111010010101000011011001001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA252D; }

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

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

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

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

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

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

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

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