#AC1E22

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

Shades of Guardsman Red #AC1E22

Tints of Guardsman Red #AC1E22

Color information

#AC1E22 (or 0xAC1E22) is unknown color: approx Guardsman Red. HEX triplet: AC, 1E and 22. RGB value is (172,30,34). Sum of RGB (Red+Green+Blue) = 172+30+34=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E22 is #53E1DD. Grayscale: #494949. Windows color (decimal): -5497310 or 2236076. OLE color: 2236076.

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

Color convert

RGB1723034-
CMYK00.830.800.33
HSL358.31º70.3%39.61%-
HSV(B)358.31º82.56%67.45%-
XYZ17.779.812.47-
YUV72.91106.04198.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.88%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 34 (13.67% from 255) = 14.41%
R=72.88%
G=12.71%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172303400.830.800.33358.3170.339.61
HexAC1E2205350211664628
Octal254364201231204154610650
Binary10101100111101000100101001110100001000011011001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E22; }

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

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

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

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

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

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

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

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