#AC2D3A

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

Shades of Guardsman Red #AC2D3A

Tints of Guardsman Red #AC2D3A

Color information

#AC2D3A (or 0xAC2D3A) is unknown color: approx Guardsman Red. HEX triplet: AC, 2D and 3A. RGB value is (172,45,58). Sum of RGB (Red+Green+Blue) = 172+45+58=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D3A is #53D2C5. Grayscale: #545454. Windows color (decimal): -5493446 or 3812780. OLE color: 3812780.

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

Color convert

RGB1724558-
CMYK00.740.660.33
HSL353.86º58.53%42.55%-
HSV(B)353.86º73.84%67.45%-
XYZ18.7210.955.13-
YUV84.45113.08190.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=62.55%
G=16.36%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172455800.740.660.33353.8658.5342.55
HexAC2D3A04A42211623b2b
Octal25455720112102415427353
Binary10101100101101111010010010101000010100001101100010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2D3A; }

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

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

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

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

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

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

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

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