#AC222A

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

Shades of Guardsman Red #AC222A

Tints of Guardsman Red #AC222A

Color information

#AC222A (or 0xAC222A) is unknown color: approx Guardsman Red. HEX triplet: AC, 22 and 2A. RGB value is (172,34,42). Sum of RGB (Red+Green+Blue) = 172+34+42=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC222A is #53DDD5. Grayscale: #4C4C4C. Windows color (decimal): -5496278 or 2761388. OLE color: 2761388.

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

Color convert

RGB1723442-
CMYK00.800.760.33
HSL356.52º66.99%40.39%-
HSV(B)356.52º80.23%67.45%-
XYZ1810.083.19-
YUV76.17108.72196.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=69.35%
G=13.71%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172344200.800.760.33356.5266.9940.39
HexAC222A0504C211654328
Octal254425201201144154510350
Binary101011001000101010100101000010011001000011011001011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC222A; }

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

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

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

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

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

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

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

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