#AC2528

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

Shades of Guardsman Red #AC2528

Tints of Guardsman Red #AC2528

Color information

#AC2528 (or 0xAC2528) is unknown color: approx Guardsman Red. HEX triplet: AC, 25 and 28. RGB value is (172,37,40). Sum of RGB (Red+Green+Blue) = 172+37+40=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2528 is #53DAD7. Grayscale: #4D4D4D. Windows color (decimal): -5495512 or 2631084. OLE color: 2631084.

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

Color convert

RGB1723740-
CMYK00.780.770.33
HSL358.67º64.59%40.98%-
HSV(B)358.67º78.49%67.45%-
XYZ18.0610.253.03-
YUV77.71106.73195.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.08%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=69.08%
G=14.86%
B=16.06%

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
Decimal172374000.780.770.33358.6764.5940.98
HexAC252804E4D211674129
Octal254455001161154154710151
Binary101011001001011010000100111010011011000011011001111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2528; }

 p { color: rgb(172,37,40); }

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

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

 a { background-color: rgb(172,37,40); }

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

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

 span { border-color: rgb(172,37,40); }

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