Html Css Color HEX #AA2F34 Guardsman Red

📋 copy color: '#AA2F34'

red 170 ◦ green 47 ◦ blue 52

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

Shades of Guardsman Red #AA2F34

Tints of Guardsman Red #AA2F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 63.2%
G = 17.47%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA2F34 (or 0xAA2F34) is known color: Guardsman Red. HEX triplet: AA, 2F and 34. RGB value is (170,47,52). Sum of RGB (Red+Green+Blue) = 170+47+52=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2F34 is #55D0CB. Grayscale: #545454. Windows color (decimal): -5624012 or 3420074. OLE color: 3420074.

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

Color convert

RGB 170 47 52 -
CMYK 0 0.72 0.69 0.33
HSL 357.56º 0.57% 0.43% -
HSV(B) 357.56º 0.72% 0.67% -
XYZ 18.21 10.83 4.38 -
YUV 84.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 170 47 52 0 0.72 0.69 0.33 357.56 0.57 0.43
Hex AA 2F 34 0 48 45 21 166 39 2B
Octal 252 57 64 0 110 105 41 546 71 53
Binary 10101010 101111 110100 0 1001000 1000101 100001 101100110 111001 101011

Color Harmonies of #AA2F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F34

Black with #AA2F34

Text Example


Text Example

White with #AA2F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F34; }

 p { color: rgb(170,47,52); }

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

background-color css

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

 a { background-color: rgb(170,47,52); }

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

border-color css

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

 span { border-color: rgb(170,47,52); }

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