#AC2631

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

Shades of Guardsman Red #AC2631

Tints of Guardsman Red #AC2631

Color information

#AC2631 (or 0xAC2631) is unknown color: approx Guardsman Red. HEX triplet: AC, 26 and 31. RGB value is (172,38,49). Sum of RGB (Red+Green+Blue) = 172+38+49=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2631 is #53D9CE. Grayscale: #4F4F4F. Windows color (decimal): -5495247 or 3221164. OLE color: 3221164.

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

Color convert

RGB1723849-
CMYK00.780.720.33
HSL355.07º63.81%41.18%-
HSV(B)355.07º77.91%67.45%-
XYZ18.2610.383.95-
YUV79.32110.89194.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.41%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 49 (19.53% from 255) = 18.92%
R=66.41%
G=14.67%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172384900.780.720.33355.0763.8141.18
HexAC263104E48211634029
Octal254466101161104154310051
Binary101011001001101100010100111010010001000011011000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2631; }

 p { color: rgb(172,38,49); }

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

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

 a { background-color: rgb(172,38,49); }

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

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

 span { border-color: rgb(172,38,49); }

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