#AC2736

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

Shades of Guardsman Red #AC2736

Tints of Guardsman Red #AC2736

Color information

#AC2736 (or 0xAC2736) is unknown color: approx Guardsman Red. HEX triplet: AC, 27 and 36. RGB value is (172,39,54). Sum of RGB (Red+Green+Blue) = 172+39+54=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2736 is #53D8C9. Grayscale: #505050. Windows color (decimal): -5494986 or 3549100. OLE color: 3549100.

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

Color convert

RGB1723954-
CMYK00.770.690.33
HSL353.23º63.03%41.37%-
HSV(B)353.23º77.33%67.45%-
XYZ18.410.494.54-
YUV80.48113.06193.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.91%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=64.91%
G=14.72%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172395400.770.690.33353.2363.0341.37
HexAC273604D45211613f29
Octal25447660115105415417751
Binary10101100100111110110010011011000101100001101100001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2736; }

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

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

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

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

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

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

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

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