#AC1F26

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

Shades of Guardsman Red #AC1F26

Tints of Guardsman Red #AC1F26

Color information

#AC1F26 (or 0xAC1F26) is unknown color: approx Guardsman Red. HEX triplet: AC, 1F and 26. RGB value is (172,31,38). Sum of RGB (Red+Green+Blue) = 172+31+38=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F26 is #53E0D9. Grayscale: #4A4A4A. Windows color (decimal): -5497050 or 2498476. OLE color: 2498476.

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

Color convert

RGB1723138-
CMYK00.820.780.33
HSL357.02º69.46%39.8%-
HSV(B)357.02º81.98%67.45%-
XYZ17.859.892.8-
YUV73.96107.71197.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.37%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=71.37%
G=12.86%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172313800.820.780.33357.0269.4639.8
HexAC1F260524E211654528
Octal254374601221164154510550
Binary10101100111111001100101001010011101000011011001011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F26; }

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

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

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

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

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

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

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

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