Html Css Color HEX #AA2133 Guardsman Red

📋 copy color: '#AA2133'

red 170 ◦ green 33 ◦ blue 51

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

Shades of Guardsman Red #AA2133

Tints of Guardsman Red #AA2133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 66.93%
G = 12.99%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA2133 (or 0xAA2133) is known color: Guardsman Red. HEX triplet: AA, 21 and 33. RGB value is (170,33,51). Sum of RGB (Red+Green+Blue) = 170+33+51=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2133 is #55DECC. Grayscale: #4C4C4C. Windows color (decimal): -5627597 or 3350954. OLE color: 3350954.

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

Color convert

RGB 170 33 51 -
CMYK 0 0.81 0.7 0.33
HSL 352.12º 0.67% 0.4% -
HSV(B) 352.12º 0.81% 0.67% -
XYZ 17.72 9.87 4.1 -
YUV 76.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 170 33 51 0 0.81 0.7 0.33 352.12 0.67 0.4
Hex AA 21 33 0 51 46 21 160 43 28
Octal 252 41 63 0 121 106 41 540 103 50
Binary 10101010 100001 110011 0 1010001 1000110 100001 101100000 1000011 101000

Color Harmonies of #AA2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2133

Black with #AA2133

Text Example


Text Example

White with #AA2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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