#AC1F21

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

Shades of Guardsman Red #AC1F21

Tints of Guardsman Red #AC1F21

Color information

#AC1F21 (or 0xAC1F21) is unknown color: approx Guardsman Red. HEX triplet: AC, 1F and 21. RGB value is (172,31,33). Sum of RGB (Red+Green+Blue) = 172+31+33=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F21 is #53E0DE. Grayscale: #494949. Windows color (decimal): -5497055 or 2170796. OLE color: 2170796.

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

Color convert

RGB1723133-
CMYK00.820.810.33
HSL359.15º69.46%39.8%-
HSV(B)359.15º81.98%67.45%-
XYZ17.789.862.41-
YUV73.39105.21198.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.88%
GREEN value IS 31 (12.5% from 255) = 13.14%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=72.88%
G=13.14%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172313300.820.810.33359.1569.4639.8
HexAC1F2105251211674528
Octal254374101221214154710550
Binary10101100111111000010101001010100011000011011001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F21; }

 p { color: rgb(172,31,33); }

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

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

 a { background-color: rgb(172,31,33); }

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

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

 span { border-color: rgb(172,31,33); }

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