Html Css Color HEX #AA273B Guardsman Red

📋 copy color: '#AA273B'

red 170 ◦ green 39 ◦ blue 59

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

Shades of Guardsman Red #AA273B

Tints of Guardsman Red #AA273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

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

R = 63.43%
G = 14.55%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA273B (or 0xAA273B) is known color: Guardsman Red. HEX triplet: AA, 27 and 3B. RGB value is (170,39,59). Sum of RGB (Red+Green+Blue) = 170+39+59=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA273B is #55D8C4. Grayscale: #505050. Windows color (decimal): -5626053 or 3876778. OLE color: 3876778.

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

Color convert

RGB 170 39 59 -
CMYK 0 0.77 0.65 0.33
HSL 350.84º 0.63% 0.41% -
HSV(B) 350.84º 0.77% 0.67% -
XYZ 18.09 10.31 5.17 -
YUV 80.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 170 39 59 0 0.77 0.65 0.33 350.84 0.63 0.41
Hex AA 27 3B 0 4D 41 21 15F 3F 29
Octal 252 47 73 0 115 101 41 537 77 51
Binary 10101010 100111 111011 0 1001101 1000001 100001 101011111 111111 101001

Color Harmonies of #AA273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA273B

Black with #AA273B

Text Example


Text Example

White with #AA273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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