Html Css Color HEX #AC2732 Guardsman Red

📋 copy color: '#AC2732'

red 172 ◦ green 39 ◦ blue 50

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

Shades of Guardsman Red #AC2732

Tints of Guardsman Red #AC2732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 65.9%
G = 14.94%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC2732 (or 0xAC2732) is known color: Guardsman Red. HEX triplet: AC, 27 and 32. RGB value is (172,39,50). Sum of RGB (Red+Green+Blue) = 172+39+50=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2732 is #53D8CD. Grayscale: #505050. Windows color (decimal): -5494990 or 3286956. OLE color: 3286956.

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

Color convert

RGB 172 39 50 -
CMYK 0 0.77 0.71 0.33
HSL 355.04º 0.63% 0.41% -
HSV(B) 355.04º 0.77% 0.67% -
XYZ 18.31 10.45 4.07 -
YUV 80.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 172 39 50 0 0.77 0.71 0.33 355.04 0.63 0.41
Hex AC 27 32 0 4D 47 21 163 3F 29
Octal 254 47 62 0 115 107 41 543 77 51
Binary 10101100 100111 110010 0 1001101 1000111 100001 101100011 111111 101001

Color Harmonies of #AC2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2732

Black with #AC2732

Text Example


Text Example

White with #AC2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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