Html Css Color HEX #AA2737 Guardsman Red

📋 copy color: '#AA2737'

red 170 ◦ green 39 ◦ blue 55

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

Shades of Guardsman Red #AA2737

Tints of Guardsman Red #AA2737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.83%

R = 64.39%
G = 14.77%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA2737 (or 0xAA2737) is known color: Guardsman Red. HEX triplet: AA, 27 and 37. RGB value is (170,39,55). Sum of RGB (Red+Green+Blue) = 170+39+55=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2737 is #55D8C8. Grayscale: #505050. Windows color (decimal): -5626057 or 3614634. OLE color: 3614634.

HSL color Cylindrical-coordinate representation of color #AA2737: hue angle of 352.67º 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 #AA2737 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 39 55 -
CMYK 0 0.77 0.68 0.33
HSL 352.67º 0.63% 0.41% -
HSV(B) 352.67º 0.77% 0.67% -
XYZ 17.99 10.27 4.65 -
YUV 79.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 170 39 55 0 0.77 0.68 0.33 352.67 0.63 0.41
Hex AA 27 37 0 4D 44 21 161 3F 29
Octal 252 47 67 0 115 104 41 541 77 51
Binary 10101010 100111 110111 0 1001101 1000100 100001 101100001 111111 101001

Color Harmonies of #AA2737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2737

Black with #AA2737

Text Example


Text Example

White with #AA2737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2737; }

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

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

background-color css

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

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

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

border-color css

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

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

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