#AC2D39

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

Shades of Guardsman Red #AC2D39

Tints of Guardsman Red #AC2D39

Color information

#AC2D39 (or 0xAC2D39) is unknown color: approx Guardsman Red. HEX triplet: AC, 2D and 39. RGB value is (172,45,57). Sum of RGB (Red+Green+Blue) = 172+45+57=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D39 is #53D2C6. Grayscale: #545454. Windows color (decimal): -5493447 or 3747244. OLE color: 3747244.

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

Color convert

RGB1724557-
CMYK00.740.670.33
HSL354.33º58.53%42.55%-
HSV(B)354.33º73.84%67.45%-
XYZ18.6910.945-
YUV84.34112.58190.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.77%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=62.77%
G=16.42%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172455700.740.670.33354.3358.5342.55
HexAC2D3904A43211623b2b
Octal25455710112103415427353
Binary10101100101101111001010010101000011100001101100010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2D39; }

 p { color: rgb(172,45,57); }

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

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

 a { background-color: rgb(172,45,57); }

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

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

 span { border-color: rgb(172,45,57); }

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