#AC3536

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

Shades of Guardsman Red #AC3536

Tints of Guardsman Red #AC3536

Color information

#AC3536 (or 0xAC3536) is unknown color: approx Guardsman Red. HEX triplet: AC, 35 and 36. RGB value is (172,53,54). Sum of RGB (Red+Green+Blue) = 172+53+54=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3536 is #53CAC9. Grayscale: #585858. Windows color (decimal): -5491402 or 3552684. OLE color: 3552684.

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

Color convert

RGB1725354-
CMYK00.690.690.33
HSL359.5º52.89%44.12%-
HSV(B)359.5º69.19%67.45%-
XYZ18.9511.584.73-
YUV88.7108.42187.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 54 (21.48% from 255) = 19.35%
R=61.65%
G=19.00%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172535400.690.690.33359.552.8944.12
HexAC35360454521167352c
Octal25465660105105415476554
Binary10101100110101110110010001011000101100001101100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3536; }

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

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

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

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

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

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

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

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