Html Css Color HEX #AC2227 Guardsman Red

📋 copy color: '#AC2227'

red 172 ◦ green 34 ◦ blue 39

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

Shades of Guardsman Red #AC2227

Tints of Guardsman Red #AC2227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 70.2%
G = 13.88%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC2227 (or 0xAC2227) is known color: Guardsman Red. HEX triplet: AC, 22 and 27. RGB value is (172,34,39). Sum of RGB (Red+Green+Blue) = 172+34+39=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2227 is #53DDD8. Grayscale: #4B4B4B. Windows color (decimal): -5496281 or 2564780. OLE color: 2564780.

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

Color convert

RGB 172 34 39 -
CMYK 0 0.80 0.77 0.33
HSL 357.83º 0.67% 0.4% -
HSV(B) 357.83º 0.8% 0.67% -
XYZ 17.95 10.06 2.92 -
YUV 75.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 172 34 39 0 0.80 0.77 0.33 357.83 0.67 0.4
Hex AC 22 27 0 50 4D 21 166 43 28
Octal 254 42 47 0 120 115 41 546 103 50
Binary 10101100 100010 100111 0 1010000 1001101 100001 101100110 1000011 101000

Color Harmonies of #AC2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2227

Black with #AC2227

Text Example


Text Example

White with #AC2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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