#AC3334

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

Shades of Guardsman Red #AC3334

Tints of Guardsman Red #AC3334

Color information

#AC3334 (or 0xAC3334) is unknown color: approx Guardsman Red. HEX triplet: AC, 33 and 34. RGB value is (172,51,52). Sum of RGB (Red+Green+Blue) = 172+51+52=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3334 is #53CCCB. Grayscale: #575757. Windows color (decimal): -5491916 or 3421100. OLE color: 3421100.

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

Color convert

RGB1725152-
CMYK00.700.700.33
HSL359.5º54.26%43.73%-
HSV(B)359.5º70.35%67.45%-
XYZ18.8211.394.45-
YUV87.29108.09188.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=62.55%
G=18.55%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172515200.700.700.33359.554.2643.73
HexAC33340464621168362c
Octal25463640106106415506654
Binary10101100110011110100010001101000110100001101101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3334; }

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

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

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

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

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

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

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

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