#AC353C

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

Shades of Guardsman Red #AC353C

Tints of Guardsman Red #AC353C

Color information

#AC353C (or 0xAC353C) is unknown color: approx Guardsman Red. HEX triplet: AC, 35 and 3C. RGB value is (172,53,60). Sum of RGB (Red+Green+Blue) = 172+53+60=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC353C is #53CAC3. Grayscale: #595959. Windows color (decimal): -5491396 or 3945900. OLE color: 3945900.

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

Color convert

RGB1725360-
CMYK00.690.650.33
HSL356.47º52.89%44.12%-
HSV(B)356.47º69.19%67.45%-
XYZ19.111.645.52-
YUV89.38111.42186.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=60.35%
G=18.60%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172536000.690.650.33356.4752.8944.12
HexAC353C0454121164352c
Octal25465740105101415446554
Binary10101100110101111100010001011000001100001101100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC353C; }

 p { color: rgb(172,53,60); }

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

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

 a { background-color: rgb(172,53,60); }

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

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

 span { border-color: rgb(172,53,60); }

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