Html Css Color HEX #AC2931 Guardsman Red

📋 copy color: '#AC2931'

red 172 ◦ green 41 ◦ blue 49

#AC2931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AC2931

Tints of Guardsman Red #AC2931

RGB

 RED value IS 172 (67.58% from 255) = 65.65%

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 49 (19.53% from 255) = 18.7%

R = 65.65%
G = 15.65%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC2931 (or 0xAC2931) is known color: Guardsman Red. HEX triplet: AC, 29 and 31. RGB value is (172,41,49). Sum of RGB (Red+Green+Blue) = 172+41+49=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2931 is #53D6CE. Grayscale: #515151. Windows color (decimal): -5494479 or 3221932. OLE color: 3221932.

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

Color convert

RGB 172 41 49 -
CMYK 0 0.76 0.72 0.33
HSL 356.34º 0.62% 0.42% -
HSV(B) 356.34º 0.76% 0.67% -
XYZ 18.36 10.58 3.98 -
YUV 81.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 172 41 49 0 0.76 0.72 0.33 356.34 0.62 0.42
Hex AC 29 31 0 4C 48 21 164 3E 2A
Octal 254 51 61 0 114 110 41 544 76 52
Binary 10101100 101001 110001 0 1001100 1001000 100001 101100100 111110 101010

Color Harmonies of #AC2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2931

Black with #AC2931

Text Example


Text Example

White with #AC2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2931; }

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

 H1.HeaderClassName
 {
   color: #AC2931;
 }
 .AnyTagClassName
 {
   color: #AC2931;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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