#AC323A

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

Shades of Guardsman Red #AC323A

Tints of Guardsman Red #AC323A

Color information

#AC323A (or 0xAC323A) is unknown color: approx Guardsman Red. HEX triplet: AC, 32 and 3A. RGB value is (172,50,58). Sum of RGB (Red+Green+Blue) = 172+50+58=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC323A is #53CDC5. Grayscale: #575757. Windows color (decimal): -5492166 or 3814060. OLE color: 3814060.

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

Color convert

RGB1725058-
CMYK00.710.660.33
HSL356.07º54.95%43.53%-
HSV(B)356.07º70.93%67.45%-
XYZ18.9211.365.2-
YUV87.39111.42188.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.43%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 58 (23.05% from 255) = 20.71%
R=61.43%
G=17.86%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172505800.710.660.33356.0754.9543.53
HexAC323A0474221164372c
Octal25462720107102415446754
Binary10101100110010111010010001111000010100001101100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC323A; }

 p { color: rgb(172,50,58); }

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

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

 a { background-color: rgb(172,50,58); }

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

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

 span { border-color: rgb(172,50,58); }

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