#AC2627

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

Shades of Guardsman Red #AC2627

Tints of Guardsman Red #AC2627

Color information

#AC2627 (or 0xAC2627) is unknown color: approx Guardsman Red. HEX triplet: AC, 26 and 27. RGB value is (172,38,39). Sum of RGB (Red+Green+Blue) = 172+38+39=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2627 is #53D9D8. Grayscale: #4E4E4E. Windows color (decimal): -5495257 or 2565804. OLE color: 2565804.

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

Color convert

RGB1723839-
CMYK00.780.770.33
HSL359.55º63.81%41.18%-
HSV(B)359.55º77.91%67.45%-
XYZ18.0710.32.96-
YUV78.18105.89194.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.08%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=69.08%
G=15.26%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172383900.780.770.33359.5563.8141.18
HexAC262704E4D211684029
Octal254464701161154155010051
Binary101011001001101001110100111010011011000011011010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2627; }

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

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

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

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

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

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

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

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