#AC2D2F

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

Shades of Guardsman Red #AC2D2F

Tints of Guardsman Red #AC2D2F

Color information

#AC2D2F (or 0xAC2D2F) is unknown color: approx Guardsman Red. HEX triplet: AC, 2D and 2F. RGB value is (172,45,47). Sum of RGB (Red+Green+Blue) = 172+45+47=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D2F is #53D2D0. Grayscale: #535353. Windows color (decimal): -5493457 or 3091884. OLE color: 3091884.

HSL color Cylindrical-coordinate representation of color #AC2D2F: hue angle of 359.06º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2D2F is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1724547-
CMYK00.740.730.33
HSL359.06º58.53%42.55%-
HSV(B)359.06º73.84%67.45%-
XYZ18.4610.853.81-
YUV83.2107.58191.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.15%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 47 (18.75% from 255) = 17.80%
R=65.15%
G=17.05%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172454700.740.730.33359.0658.5342.55
HexAC2D2F04A49211673b2b
Octal25455570112111415477353
Binary10101100101101101111010010101001001100001101100111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2D2F; }

 p { color: rgb(172,45,47); }

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

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

 a { background-color: rgb(172,45,47); }

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

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

 span { border-color: rgb(172,45,47); }

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