#AC2936

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

Shades of Guardsman Red #AC2936

Tints of Guardsman Red #AC2936

Color information

#AC2936 (or 0xAC2936) is unknown color: approx Guardsman Red. HEX triplet: AC, 29 and 36. RGB value is (172,41,54). Sum of RGB (Red+Green+Blue) = 172+41+54=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2936 is #53D6C9. Grayscale: #515151. Windows color (decimal): -5494474 or 3549612. OLE color: 3549612.

HSL color Cylindrical-coordinate representation of color #AC2936: hue angle of 354.05º 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 #AC2936 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1724154-
CMYK00.760.690.33
HSL354.05º61.5%41.76%-
HSV(B)354.05º76.16%67.45%-
XYZ18.4710.624.57-
YUV81.65112.4192.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.42%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=64.42%
G=15.36%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172415400.760.690.33354.0561.541.76
HexAC293604C45211623e2a
Octal25451660114105415427652
Binary10101100101001110110010011001000101100001101100010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2936; }

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

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

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

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

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

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

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

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