#AA2023

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

Shades of Guardsman Red #AA2023

Tints of Guardsman Red #AA2023

Color information

#AA2023 (or 0xAA2023) is unknown color: approx Guardsman Red. HEX triplet: AA, 20 and 23. RGB value is (170,32,35). Sum of RGB (Red+Green+Blue) = 170+32+35=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2023 is #55DFDC. Grayscale: #494949. Windows color (decimal): -5627869 or 2302122. OLE color: 2302122.

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

Color convert

RGB1703235-
CMYK00.810.790.33
HSL358.7º68.32%39.61%-
HSV(B)358.7º81.18%66.67%-
XYZ17.49.72.55-
YUV73.6106.22196.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.73%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 35 (14.06% from 255) = 14.77%
R=71.73%
G=13.50%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170323500.810.790.33358.768.3239.61
HexAA20230514F211674428
Octal252404301211174154710450
Binary101010101000001000110101000110011111000011011001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2023; }

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

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

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

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

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

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

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

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