Html Css Color HEX #AC2C34 Guardsman Red

📋 copy color: '#AC2C34'

red 172 ◦ green 44 ◦ blue 52

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

Shades of Guardsman Red #AC2C34

Tints of Guardsman Red #AC2C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.42%

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 64.18%
G = 16.42%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC2C34 (or 0xAC2C34) is known color: Guardsman Red. HEX triplet: AC, 2C and 34. RGB value is (172,44,52). Sum of RGB (Red+Green+Blue) = 172+44+52=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2C34 is #53D3CB. Grayscale: #535353. Windows color (decimal): -5493708 or 3419308. OLE color: 3419308.

HSL color Cylindrical-coordinate representation of color #AC2C34: hue angle of 356.25º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2C34 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 44 52 -
CMYK 0 0.74 0.70 0.33
HSL 356.25º 0.59% 0.42% -
HSV(B) 356.25º 0.74% 0.67% -
XYZ 18.53 10.82 4.36 -
YUV 83.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 172 44 52 0 0.74 0.70 0.33 356.25 0.59 0.42
Hex AC 2C 34 0 4A 46 21 164 3B 2A
Octal 254 54 64 0 112 106 41 544 73 52
Binary 10101100 101100 110100 0 1001010 1000110 100001 101100100 111011 101010

Color Harmonies of #AC2C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C34

Black with #AC2C34

Text Example


Text Example

White with #AC2C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C34; }

 p { color: rgb(172,44,52); }

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

background-color css

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

 a { background-color: rgb(172,44,52); }

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

border-color css

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

 span { border-color: rgb(172,44,52); }

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