Html Css Color HEX #AA253A Guardsman Red

📋 copy color: '#AA253A'

red 170 ◦ green 37 ◦ blue 58

#AA253A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AA253A

Tints of Guardsman Red #AA253A

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA253A (or 0xAA253A) is known color: 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

RGB 170 37 58 -
CMYK 0 0.78 0.66 0.33
HSL 350.53º 0.64% 0.41% -
HSV(B) 350.53º 0.78% 0.67% -
XYZ 18 10.17 5.02 -
YUV 79.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 170 37 58 0 0.78 0.66 0.33 350.53 0.64 0.41
Hex AA 25 3A 0 4E 42 21 15F 40 29
Octal 252 45 72 0 116 102 41 537 100 51
Binary 10101010 100101 111010 0 1001110 1000010 100001 101011111 1000000 101001

Color Harmonies of #AA253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA253A

Black with #AA253A

Text Example


Text Example

White with #AA253A

Text Example


Text Example

HTML Codes & Css Web 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>