#AC2933

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

Shades of Guardsman Red #AC2933

Tints of Guardsman Red #AC2933

Color information

#AC2933 (or 0xAC2933) is unknown color: approx Guardsman Red. HEX triplet: AC, 29 and 33. RGB value is (172,41,51). Sum of RGB (Red+Green+Blue) = 172+41+51=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2933 is #53D6CC. Grayscale: #515151. Windows color (decimal): -5494477 or 3353004. OLE color: 3353004.

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

Color convert

RGB1724151-
CMYK00.760.700.33
HSL355.42º61.5%41.76%-
HSV(B)355.42º76.16%67.45%-
XYZ18.410.64.21-
YUV81.31110.9192.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.15%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=65.15%
G=15.53%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172415100.760.700.33355.4261.541.76
HexAC293304C46211633e2a
Octal25451630114106415437652
Binary10101100101001110011010011001000110100001101100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2933; }

 p { color: rgb(172,41,51); }

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

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

 a { background-color: rgb(172,41,51); }

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

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

 span { border-color: rgb(172,41,51); }

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