#AA212A

Color #AA212A Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #AA212A

Tints of Guardsman Red #AA212A

Color information

#AA212A (or 0xAA212A) is unknown color: approx Guardsman Red. HEX triplet: AA, 21 and 2A. RGB value is (170,33,42). Sum of RGB (Red+Green+Blue) = 170+33+42=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA212A is #55DED5. Grayscale: #4B4B4B. Windows color (decimal): -5627606 or 2761130. OLE color: 2761130.

HSL color Cylindrical-coordinate representation of color #AA212A: hue angle of 356.06º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA212A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1703342-
CMYK00.810.750.33
HSL356.06º67.49%39.8%-
HSV(B)356.06º80.59%66.67%-
XYZ17.549.83.16-
YUV74.99109.39195.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.39%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=69.39%
G=13.47%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170334200.810.750.33356.0667.4939.8
HexAA212A0514B211644328
Octal252415201211134154410350
Binary101010101000011010100101000110010111000011011001001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA212A; }

 p { color: rgb(170,33,42); }

 H1.HeaderClassName
 {
   color: #AA212A;
 }
 .AnyTagClassName
 {
   color: #AA212A;
 }
</style>
background-color css

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

 a { background-color: rgb(170,33,42); }

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

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

 span { border-color: rgb(170,33,42); }

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