#AC2E39

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

Shades of Guardsman Red #AC2E39

Tints of Guardsman Red #AC2E39

Color information

#AC2E39 (or 0xAC2E39) is unknown color: approx Guardsman Red. HEX triplet: AC, 2E and 39. RGB value is (172,46,57). Sum of RGB (Red+Green+Blue) = 172+46+57=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E39 is #53D1C6. Grayscale: #555555. Windows color (decimal): -5493191 or 3747500. OLE color: 3747500.

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

Color convert

RGB1724657-
CMYK00.730.670.33
HSL354.76º57.8%42.75%-
HSV(B)354.76º73.26%67.45%-
XYZ18.7311.025.01-
YUV84.93112.24190.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=62.55%
G=16.73%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172465700.730.670.33354.7657.842.75
HexAC2E3904943211633a2b
Octal25456710111103415437253
Binary10101100101110111001010010011000011100001101100011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2E39; }

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

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

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

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

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

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

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

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