Html Css Color HEX #AC2029 Guardsman Red

📋 copy color: '#AC2029'

red 172 ◦ green 32 ◦ blue 41

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

Shades of Guardsman Red #AC2029

Tints of Guardsman Red #AC2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

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

R = 70.2%
G = 13.06%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC2029 (or 0xAC2029) is known color: Guardsman Red. HEX triplet: AC, 20 and 29. RGB value is (172,32,41). Sum of RGB (Red+Green+Blue) = 172+32+41=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2029 is #53DFD6. Grayscale: #4A4A4A. Windows color (decimal): -5496791 or 2695340. OLE color: 2695340.

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

Color convert

RGB 172 32 41 -
CMYK 0 0.81 0.76 0.33
HSL 356.14º 0.69% 0.4% -
HSV(B) 356.14º 0.81% 0.67% -
XYZ 17.93 9.96 3.08 -
YUV 74.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 172 32 41 0 0.81 0.76 0.33 356.14 0.69 0.4
Hex AC 20 29 0 51 4C 21 164 45 28
Octal 254 40 51 0 121 114 41 544 105 50
Binary 10101100 100000 101001 0 1010001 1001100 100001 101100100 1000101 101000

Color Harmonies of #AC2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2029

Black with #AC2029

Text Example


Text Example

White with #AC2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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