#AC2832

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

Shades of Guardsman Red #AC2832

Tints of Guardsman Red #AC2832

Color information

#AC2832 (or 0xAC2832) is unknown color: approx Guardsman Red. HEX triplet: AC, 28 and 32. RGB value is (172,40,50). Sum of RGB (Red+Green+Blue) = 172+40+50=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2832 is #53D7CD. Grayscale: #505050. Windows color (decimal): -5494734 or 3287212. OLE color: 3287212.

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

Color convert

RGB1724050-
CMYK00.770.710.33
HSL355.45º62.26%41.57%-
HSV(B)355.45º76.74%67.45%-
XYZ18.3510.524.08-
YUV80.61110.73193.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.65%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=65.65%
G=15.27%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172405000.770.710.33355.4562.2641.57
HexAC283204D47211633e2a
Octal25450620115107415437652
Binary10101100101000110010010011011000111100001101100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2832; }

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

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

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

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

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

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

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

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