#AC2C34

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

Shades of Guardsman Red #AC2C34

Tints of Guardsman Red #AC2C34

Color information

#AC2C34 (or 0xAC2C34) is unknown color: approx Guardsman Red. HEX triplet: AC, 2C and 34. RGB value is (172,44,52). Sum of RGB (Red+Green+Blue) = 172+44+52=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2C34 is #53D3CB. Grayscale: #535353. Windows color (decimal): -5493708 or 3419308. OLE color: 3419308.

HSL color Cylindrical-coordinate representation of color #AC2C34: hue angle of 356.25º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2C34 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1724452-
CMYK00.740.700.33
HSL356.25º59.26%42.35%-
HSV(B)356.25º74.42%67.45%-
XYZ18.5310.824.36-
YUV83.18110.41191.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.18%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=64.18%
G=16.42%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172445200.740.700.33356.2559.2642.35
HexAC2C3404A46211643b2a
Octal25454640112106415447352
Binary10101100101100110100010010101000110100001101100100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2C34; }

 p { color: rgb(172,44,52); }

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

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

 a { background-color: rgb(172,44,52); }

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

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

 span { border-color: rgb(172,44,52); }

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