#AC2429

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

Shades of Guardsman Red #AC2429

Tints of Guardsman Red #AC2429

Color information

#AC2429 (or 0xAC2429) is unknown color: approx Guardsman Red. HEX triplet: AC, 24 and 29. RGB value is (172,36,41). Sum of RGB (Red+Green+Blue) = 172+36+41=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2429 is #53DBD6. Grayscale: #4D4D4D. Windows color (decimal): -5495767 or 2696364. OLE color: 2696364.

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

Color convert

RGB1723641-
CMYK00.790.760.33
HSL357.79º65.38%40.78%-
HSV(B)357.79º79.07%67.45%-
XYZ18.0410.193.11-
YUV77.23107.56195.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.08%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 41 (16.41% from 255) = 16.47%
R=69.08%
G=14.46%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172364100.790.760.33357.7965.3840.78
HexAC242904F4C211664129
Octal254445101171144154610151
Binary101011001001001010010100111110011001000011011001101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2429; }

 p { color: rgb(172,36,41); }

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

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

 a { background-color: rgb(172,36,41); }

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

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

 span { border-color: rgb(172,36,41); }

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