Html Css Color HEX #AC292C Guardsman Red

📋 copy color: '#AC292C'

red 172 ◦ green 41 ◦ blue 44

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

Shades of Guardsman Red #AC292C

Tints of Guardsman Red #AC292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 66.93%
G = 15.95%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC292C (or 0xAC292C) is known color: Guardsman Red. HEX triplet: AC, 29 and 2C. RGB value is (172,41,44). Sum of RGB (Red+Green+Blue) = 172+41+44=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC292C is #53D6D3. Grayscale: #505050. Windows color (decimal): -5494484 or 2894252. OLE color: 2894252.

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

Color convert

RGB 172 41 44 -
CMYK 0 0.76 0.74 0.33
HSL 358.63º 0.62% 0.42% -
HSV(B) 358.63º 0.76% 0.67% -
XYZ 18.26 10.54 3.45 -
YUV 80.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 172 41 44 0 0.76 0.74 0.33 358.63 0.62 0.42
Hex AC 29 2C 0 4C 4A 21 167 3E 2A
Octal 254 51 54 0 114 112 41 547 76 52
Binary 10101100 101001 101100 0 1001100 1001010 100001 101100111 111110 101010

Color Harmonies of #AC292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC292C

Black with #AC292C

Text Example


Text Example

White with #AC292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC292C; }

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

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

background-color css

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

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

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

border-color css

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

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

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