#AA2330

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

Shades of Guardsman Red #AA2330

Tints of Guardsman Red #AA2330

Color information

#AA2330 (or 0xAA2330) is unknown color: approx Guardsman Red. HEX triplet: AA, 23 and 30. RGB value is (170,35,48). Sum of RGB (Red+Green+Blue) = 170+35+48=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2330 is #55DCCF. Grayscale: #4C4C4C. Windows color (decimal): -5627088 or 3154858. OLE color: 3154858.

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

Color convert

RGB1703548-
CMYK00.790.720.33
HSL354.22º65.85%40.2%-
HSV(B)354.22º79.41%66.67%-
XYZ17.719.963.79-
YUV76.85111.73194.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 48 (19.14% from 255) = 18.97%
R=67.19%
G=13.83%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170354800.790.720.33354.2265.8540.2
HexAA233004F48211624228
Octal252436001171104154210250
Binary101010101000111100000100111110010001000011011000101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2330; }

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

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

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

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

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

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

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

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