#AC2834

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

Shades of Guardsman Red #AC2834

Tints of Guardsman Red #AC2834

Color information

#AC2834 (or 0xAC2834) is unknown color: approx Guardsman Red. HEX triplet: AC, 28 and 34. RGB value is (172,40,52). Sum of RGB (Red+Green+Blue) = 172+40+52=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2834 is #53D7CB. Grayscale: #505050. Windows color (decimal): -5494732 or 3418284. OLE color: 3418284.

HSL color Cylindrical-coordinate representation of color #AC2834: hue angle of 354.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2834 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1724052-
CMYK00.770.700.33
HSL354.55º62.26%41.57%-
HSV(B)354.55º76.74%67.45%-
XYZ18.3910.544.31-
YUV80.84111.73193.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.15%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=65.15%
G=15.15%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172405200.770.700.33354.5562.2641.57
HexAC283404D46211633e2a
Octal25450640115106415437652
Binary10101100101000110100010011011000110100001101100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2834; }

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

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

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

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

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

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

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

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