#AC2533

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

Shades of Guardsman Red #AC2533

Tints of Guardsman Red #AC2533

Color information

#AC2533 (or 0xAC2533) is unknown color: approx Guardsman Red. HEX triplet: AC, 25 and 33. RGB value is (172,37,51). Sum of RGB (Red+Green+Blue) = 172+37+51=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2533 is #53DACC. Grayscale: #4F4F4F. Windows color (decimal): -5495501 or 3351980. OLE color: 3351980.

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

Color convert

RGB1723751-
CMYK00.780.700.33
HSL353.78º64.59%40.98%-
HSV(B)353.78º78.49%67.45%-
XYZ18.2710.334.16-
YUV78.96112.23194.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.15%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=66.15%
G=14.23%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172375100.780.700.33353.7864.5940.98
HexAC253304E46211624129
Octal254456301161064154210151
Binary101011001001011100110100111010001101000011011000101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2533; }

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

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

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

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

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

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

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

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