Html Css Color HEX #AA2D3B Guardsman Red

📋 copy color: '#AA2D3B'

red 170 ◦ green 45 ◦ blue 59

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

Shades of Guardsman Red #AA2D3B

Tints of Guardsman Red #AA2D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 62.04%
G = 16.42%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA2D3B (or 0xAA2D3B) is known color: Guardsman Red. HEX triplet: AA, 2D and 3B. RGB value is (170,45,59). Sum of RGB (Red+Green+Blue) = 170+45+59=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2D3B is #55D2C4. Grayscale: #545454. Windows color (decimal): -5624517 or 3878314. OLE color: 3878314.

HSL color Cylindrical-coordinate representation of color #AA2D3B: hue angle of 353.28º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2D3B is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 45 59 -
CMYK 0 0.74 0.65 0.33
HSL 353.28º 0.58% 0.42% -
HSV(B) 353.28º 0.74% 0.67% -
XYZ 18.31 10.74 5.25 -
YUV 83.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 170 45 59 0 0.74 0.65 0.33 353.28 0.58 0.42
Hex AA 2D 3B 0 4A 41 21 161 3A 2A
Octal 252 55 73 0 112 101 41 541 72 52
Binary 10101010 101101 111011 0 1001010 1000001 100001 101100001 111010 101010

Color Harmonies of #AA2D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2D3B

Black with #AA2D3B

Text Example


Text Example

White with #AA2D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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