Html Css Color HEX #AA2E3B Guardsman Red

📋 copy color: '#AA2E3B'

red 170 ◦ green 46 ◦ blue 59

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

Shades of Guardsman Red #AA2E3B

Tints of Guardsman Red #AA2E3B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.73%

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

R = 61.82%
G = 16.73%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA2E3B (or 0xAA2E3B) is known color: Guardsman Red. HEX triplet: AA, 2E and 3B. RGB value is (170,46,59). Sum of RGB (Red+Green+Blue) = 170+46+59=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E3B is #55D1C4. Grayscale: #545454. Windows color (decimal): -5624261 or 3878570. OLE color: 3878570.

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

Color convert

RGB 170 46 59 -
CMYK 0 0.73 0.65 0.33
HSL 353.71º 0.57% 0.42% -
HSV(B) 353.71º 0.73% 0.67% -
XYZ 18.34 10.82 5.26 -
YUV 84.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 170 46 59 0 0.73 0.65 0.33 353.71 0.57 0.42
Hex AA 2E 3B 0 49 41 21 162 39 2A
Octal 252 56 73 0 111 101 41 542 71 52
Binary 10101010 101110 111011 0 1001001 1000001 100001 101100010 111001 101010

Color Harmonies of #AA2E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E3B

Black with #AA2E3B

Text Example


Text Example

White with #AA2E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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