Html Css Color HEX #AA2930 Guardsman Red

📋 copy color: '#AA2930'

red 170 ◦ green 41 ◦ blue 48

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

Shades of Guardsman Red #AA2930

Tints of Guardsman Red #AA2930

RGB

 RED value IS 170 (66.8% from 255) = 65.64%

 GREEN value IS 41 (16.41% from 255) = 15.83%

 BLUE value IS 48 (19.14% from 255) = 18.53%

R = 65.64%
G = 15.83%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA2930 (or 0xAA2930) is known color: Guardsman Red. HEX triplet: AA, 29 and 30. RGB value is (170,41,48). Sum of RGB (Red+Green+Blue) = 170+41+48=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2930 is #55D6CF. Grayscale: #505050. Windows color (decimal): -5625552 or 3156394. OLE color: 3156394.

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

Color convert

RGB 170 41 48 -
CMYK 0 0.76 0.72 0.33
HSL 356.74º 0.61% 0.41% -
HSV(B) 356.74º 0.76% 0.67% -
XYZ 17.9 10.35 3.85 -
YUV 80.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 170 41 48 0 0.76 0.72 0.33 356.74 0.61 0.41
Hex AA 29 30 0 4C 48 21 165 3D 29
Octal 252 51 60 0 114 110 41 545 75 51
Binary 10101010 101001 110000 0 1001100 1001000 100001 101100101 111101 101001

Color Harmonies of #AA2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2930

Black with #AA2930

Text Example


Text Example

White with #AA2930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2930; }

 p { color: rgb(170,41,48); }

 H1.HeaderClassName
 {
   color: #AA2930;
 }
 .AnyTagClassName
 {
   color: #AA2930;
 }
</style>

background-color css

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

 a { background-color: rgb(170,41,48); }

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

border-color css

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

 span { border-color: rgb(170,41,48); }

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