Html Css Color HEX #AC2128 Guardsman Red

📋 copy color: '#AC2128'

red 172 ◦ green 33 ◦ blue 40

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

Shades of Guardsman Red #AC2128

Tints of Guardsman Red #AC2128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 70.2%
G = 13.47%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC2128 (or 0xAC2128) is known color: Guardsman Red. HEX triplet: AC, 21 and 28. RGB value is (172,33,40). Sum of RGB (Red+Green+Blue) = 172+33+40=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2128 is #53DED7. Grayscale: #4B4B4B. Windows color (decimal): -5496536 or 2630060. OLE color: 2630060.

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

Color convert

RGB 172 33 40 -
CMYK 0 0.81 0.77 0.33
HSL 356.98º 0.68% 0.4% -
HSV(B) 356.98º 0.81% 0.67% -
XYZ 17.94 10.01 2.99 -
YUV 75.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 172 33 40 0 0.81 0.77 0.33 356.98 0.68 0.4
Hex AC 21 28 0 51 4D 21 165 44 28
Octal 254 41 50 0 121 115 41 545 104 50
Binary 10101100 100001 101000 0 1010001 1001101 100001 101100101 1000100 101000

Color Harmonies of #AC2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2128

Black with #AC2128

Text Example


Text Example

White with #AC2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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