Html Css Color HEX #AC2122 Guardsman Red

📋 copy color: '#AC2122'

red 172 ◦ green 33 ◦ blue 34

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

Shades of Guardsman Red #AC2122

Tints of Guardsman Red #AC2122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 34 (13.67% from 255) = 14.23%

R = 71.97%
G = 13.81%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC2122 (or 0xAC2122) is known color: Guardsman Red. HEX triplet: AC, 21 and 22. RGB value is (172,33,34). Sum of RGB (Red+Green+Blue) = 172+33+34=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2122 is #53DEDD. Grayscale: #4A4A4A. Windows color (decimal): -5496542 or 2236844. OLE color: 2236844.

HSL color Cylindrical-coordinate representation of color #AC2122: hue angle of 359.57º degrees, saturation: 0.68, 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 #AC2122 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 34 -
CMYK 0 0.81 0.80 0.33
HSL 359.57º 0.68% 0.4% -
HSV(B) 359.57º 0.81% 0.67% -
XYZ 17.85 9.97 2.5 -
YUV 74.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 172 33 34 0 0.81 0.80 0.33 359.57 0.68 0.4
Hex AC 21 22 0 51 50 21 168 44 28
Octal 254 41 42 0 121 120 41 550 104 50
Binary 10101100 100001 100010 0 1010001 1010000 100001 101101000 1000100 101000

Color Harmonies of #AC2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2122

Black with #AC2122

Text Example


Text Example

White with #AC2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2122; }

 p { color: rgb(172,33,34); }

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

background-color css

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

 a { background-color: rgb(172,33,34); }

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

border-color css

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

 span { border-color: rgb(172,33,34); }

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