#AA253A

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

Shades of Guardsman Red #AA253A

Tints of Guardsman Red #AA253A

Color information

#AA253A (or 0xAA253A) is unknown color: approx Guardsman Red. HEX triplet: AA, 25 and 3A. RGB value is (170,37,58). Sum of RGB (Red+Green+Blue) = 170+37+58=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA253A is #55DAC5. Grayscale: #4F4F4F. Windows color (decimal): -5626566 or 3810730. OLE color: 3810730.

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

Color convert

RGB1703758-
CMYK00.780.660.33
HSL350.53º64.25%40.59%-
HSV(B)350.53º78.24%66.67%-
XYZ1810.175.02-
YUV79.16116.06192.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=64.15%
G=13.96%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170375800.780.660.33350.5364.2540.59
HexAA253A04E422115f4029
Octal252457201161024153710051
Binary101010101001011110100100111010000101000011010111111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA253A; }

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

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

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

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

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

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

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

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