Html Css Color HEX #AA2230 Guardsman Red

📋 copy color: '#AA2230'

red 170 ◦ green 34 ◦ blue 48

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

Shades of Guardsman Red #AA2230

Tints of Guardsman Red #AA2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

 BLUE value IS 48 (19.14% from 255) = 19.05%

R = 67.46%
G = 13.49%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA2230 (or 0xAA2230) is known color: Guardsman Red. HEX triplet: AA, 22 and 30. RGB value is (170,34,48). Sum of RGB (Red+Green+Blue) = 170+34+48=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2230 is #55DDCF. Grayscale: #4C4C4C. Windows color (decimal): -5627344 or 3154602. OLE color: 3154602.

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

Color convert

RGB 170 34 48 -
CMYK 0 0.80 0.72 0.33
HSL 353.82º 0.67% 0.4% -
HSV(B) 353.82º 0.8% 0.67% -
XYZ 17.68 9.9 3.78 -
YUV 76.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 170 34 48 0 0.80 0.72 0.33 353.82 0.67 0.4
Hex AA 22 30 0 50 48 21 162 43 28
Octal 252 42 60 0 120 110 41 542 103 50
Binary 10101010 100010 110000 0 1010000 1001000 100001 101100010 1000011 101000

Color Harmonies of #AA2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2230

Black with #AA2230

Text Example


Text Example

White with #AA2230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2230; }

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

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

background-color css

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

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

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

border-color css

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

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

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