#AC2737

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

Shades of Guardsman Red #AC2737

Tints of Guardsman Red #AC2737

Color information

#AC2737 (or 0xAC2737) is unknown color: approx Guardsman Red. HEX triplet: AC, 27 and 37. RGB value is (172,39,55). Sum of RGB (Red+Green+Blue) = 172+39+55=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2737 is #53D8C8. Grayscale: #505050. Windows color (decimal): -5494985 or 3614636. OLE color: 3614636.

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

Color convert

RGB1723955-
CMYK00.770.680.33
HSL352.78º63.03%41.37%-
HSV(B)352.78º77.33%67.45%-
XYZ18.4310.54.67-
YUV80.59113.56193.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.66%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 55 (21.88% from 255) = 20.68%
R=64.66%
G=14.66%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172395500.770.680.33352.7863.0341.37
HexAC273704D44211613f29
Octal25447670115104415417751
Binary10101100100111110111010011011000100100001101100001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2737; }

 p { color: rgb(172,39,55); }

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

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

 a { background-color: rgb(172,39,55); }

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

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

 span { border-color: rgb(172,39,55); }

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