Html Css Color HEX #AA3039 Guardsman Red

📋 copy color: '#AA3039'

red 170 ◦ green 48 ◦ blue 57

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

Shades of Guardsman Red #AA3039

Tints of Guardsman Red #AA3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 61.82%
G = 17.45%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA3039 (or 0xAA3039) is known color: Guardsman Red. HEX triplet: AA, 30 and 39. RGB value is (170,48,57). Sum of RGB (Red+Green+Blue) = 170+48+57=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3039 is #55CFC6. Grayscale: #555555. Windows color (decimal): -5623751 or 3748010. OLE color: 3748010.

HSL color Cylindrical-coordinate representation of color #AA3039: hue angle of 355.57º degrees, saturation: 0.56, 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 #AA3039 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 48 57 -
CMYK 0 0.72 0.66 0.33
HSL 355.57º 0.56% 0.43% -
HSV(B) 355.57º 0.72% 0.67% -
XYZ 18.37 10.96 5.02 -
YUV 85.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 170 48 57 0 0.72 0.66 0.33 355.57 0.56 0.43
Hex AA 30 39 0 48 42 21 164 38 2B
Octal 252 60 71 0 110 102 41 544 70 53
Binary 10101010 110000 111001 0 1001000 1000010 100001 101100100 111000 101011

Color Harmonies of #AA3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3039

Black with #AA3039

Text Example


Text Example

White with #AA3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3039; }

 p { color: rgb(170,48,57); }

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

background-color css

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

 a { background-color: rgb(170,48,57); }

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

border-color css

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

 span { border-color: rgb(170,48,57); }

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