Html Css Color HEX #AA283B Guardsman Red

📋 copy color: '#AA283B'

red 170 ◦ green 40 ◦ blue 59

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

Shades of Guardsman Red #AA283B

Tints of Guardsman Red #AA283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 63.2%
G = 14.87%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA283B (or 0xAA283B) is known color: Guardsman Red. HEX triplet: AA, 28 and 3B. RGB value is (170,40,59). Sum of RGB (Red+Green+Blue) = 170+40+59=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA283B is #55D7C4. Grayscale: #515151. Windows color (decimal): -5625797 or 3877034. OLE color: 3877034.

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

Color convert

RGB 170 40 59 -
CMYK 0 0.76 0.65 0.33
HSL 351.23º 0.62% 0.41% -
HSV(B) 351.23º 0.76% 0.67% -
XYZ 18.13 10.38 5.19 -
YUV 81.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 170 40 59 0 0.76 0.65 0.33 351.23 0.62 0.41
Hex AA 28 3B 0 4C 41 21 15F 3E 29
Octal 252 50 73 0 114 101 41 537 76 51
Binary 10101010 101000 111011 0 1001100 1000001 100001 101011111 111110 101001

Color Harmonies of #AA283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA283B

Black with #AA283B

Text Example


Text Example

White with #AA283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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