#AC353E

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

Shades of Guardsman Red #AC353E

Tints of Guardsman Red #AC353E

Color information

#AC353E (or 0xAC353E) is unknown color: approx Guardsman Red. HEX triplet: AC, 35 and 3E. RGB value is (172,53,62). Sum of RGB (Red+Green+Blue) = 172+53+62=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC353E is #53CAC1. Grayscale: #595959. Windows color (decimal): -5491394 or 4076972. OLE color: 4076972.

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

Color convert

RGB1725362-
CMYK00.690.640.33
HSL355.46º52.89%44.12%-
HSV(B)355.46º69.19%67.45%-
XYZ19.1611.665.8-
YUV89.61112.42186.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.93%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=59.93%
G=18.47%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172536200.690.640.33355.4652.8944.12
HexAC353E0454021163352c
Octal25465760105100415436554
Binary10101100110101111110010001011000000100001101100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC353E; }

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

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

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

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

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

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

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

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