Html Css Color HEX #AA252D Guardsman Red

📋 copy color: '#AA252D'

red 170 ◦ green 37 ◦ blue 45

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

Shades of Guardsman Red #AA252D

Tints of Guardsman Red #AA252D

RGB

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

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

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

RGB 170 37 45 -
CMYK 0 0.78 0.74 0.33
HSL 356.39º 0.64% 0.41% -
HSV(B) 356.39º 0.78% 0.67% -
XYZ 17.71 10.06 3.49 -
YUV 77.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 170 37 45 0 0.78 0.74 0.33 356.39 0.64 0.41
Hex AA 25 2D 0 4E 4A 21 164 40 29
Octal 252 45 55 0 116 112 41 544 100 51
Binary 10101010 100101 101101 0 1001110 1001010 100001 101100100 1000000 101001

Color Harmonies of #AA252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA252D

Black with #AA252D

Text Example


Text Example

White with #AA252D

Text Example


Text Example

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