#AC292A

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

Shades of Guardsman Red #AC292A

Tints of Guardsman Red #AC292A

Color information

#AC292A (or 0xAC292A) is unknown color: approx Guardsman Red. HEX triplet: AC, 29 and 2A. RGB value is (172,41,42). Sum of RGB (Red+Green+Blue) = 172+41+42=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC292A is #53D6D5. Grayscale: #505050. Windows color (decimal): -5494486 or 2763180. OLE color: 2763180.

HSL color Cylindrical-coordinate representation of color #AC292A: hue angle of 359.54º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC292A is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1724142-
CMYK00.760.760.33
HSL359.54º61.5%41.76%-
HSV(B)359.54º76.16%67.45%-
XYZ18.2210.523.26-
YUV80.28106.4193.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.45%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=67.45%
G=16.08%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172414200.760.760.33359.5461.541.76
HexAC292A04C4C211683e2a
Octal25451520114114415507652
Binary10101100101001101010010011001001100100001101101000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC292A; }

 p { color: rgb(172,41,42); }

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

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

 a { background-color: rgb(172,41,42); }

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

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

 span { border-color: rgb(172,41,42); }

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