Html Css Color HEX #AC2729 Guardsman Red

📋 copy color: '#AC2729'

red 172 ◦ green 39 ◦ blue 41

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

Shades of Guardsman Red #AC2729

Tints of Guardsman Red #AC2729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

 BLUE value IS 41 (16.41% from 255) = 16.27%

R = 68.25%
G = 15.48%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC2729 (or 0xAC2729) is known color: Guardsman Red. HEX triplet: AC, 27 and 29. RGB value is (172,39,41). Sum of RGB (Red+Green+Blue) = 172+39+41=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2729 is #53D8D6. Grayscale: #4F4F4F. Windows color (decimal): -5494999 or 2697132. OLE color: 2697132.

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

Color convert

RGB 172 39 41 -
CMYK 0 0.77 0.76 0.33
HSL 359.1º 0.63% 0.41% -
HSV(B) 359.1º 0.77% 0.67% -
XYZ 18.14 10.38 3.15 -
YUV 79 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 172 39 41 0 0.77 0.76 0.33 359.1 0.63 0.41
Hex AC 27 29 0 4D 4C 21 167 3F 29
Octal 254 47 51 0 115 114 41 547 77 51
Binary 10101100 100111 101001 0 1001101 1001100 100001 101100111 111111 101001

Color Harmonies of #AC2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2729

Black with #AC2729

Text Example


Text Example

White with #AC2729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2729; }

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

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

background-color css

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

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

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

border-color css

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

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

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