Html Css Color HEX #AA2A2B Guardsman Red

📋 copy color: '#AA2A2B'

red 170 ◦ green 42 ◦ blue 43

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

Shades of Guardsman Red #AA2A2B

Tints of Guardsman Red #AA2A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.47%

 BLUE value IS 43 (17.19% from 255) = 16.86%

R = 66.67%
G = 16.47%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA2A2B (or 0xAA2A2B) is known color: Guardsman Red. HEX triplet: AA, 2A and 2B. RGB value is (170,42,43). Sum of RGB (Red+Green+Blue) = 170+42+43=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A2B is #55D5D4. Grayscale: #505050. Windows color (decimal): -5625301 or 2828970. OLE color: 2828970.

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

Color convert

RGB 170 42 43 -
CMYK 0 0.75 0.75 0.33
HSL 359.53º 0.6% 0.42% -
HSV(B) 359.53º 0.75% 0.67% -
XYZ 17.84 10.38 3.35 -
YUV 80.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 170 42 43 0 0.75 0.75 0.33 359.53 0.6 0.42
Hex AA 2A 2B 0 4B 4B 21 168 3C 2A
Octal 252 52 53 0 113 113 41 550 74 52
Binary 10101010 101010 101011 0 1001011 1001011 100001 101101000 111100 101010

Color Harmonies of #AA2A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A2B

Black with #AA2A2B

Text Example


Text Example

White with #AA2A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A2B; }

 p { color: rgb(170,42,43); }

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

background-color css

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

 a { background-color: rgb(170,42,43); }

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

border-color css

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

 span { border-color: rgb(170,42,43); }

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