Html Css Color HEX #AC2629 Guardsman Red

📋 copy color: '#AC2629'

red 172 ◦ green 38 ◦ blue 41

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

Shades of Guardsman Red #AC2629

Tints of Guardsman Red #AC2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 68.53%
G = 15.14%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC2629 (or 0xAC2629) is known color: Guardsman Red. HEX triplet: AC, 26 and 29. RGB value is (172,38,41). Sum of RGB (Red+Green+Blue) = 172+38+41=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2629 is #53D9D6. Grayscale: #4E4E4E. Windows color (decimal): -5495255 or 2696876. OLE color: 2696876.

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

Color convert

RGB 172 38 41 -
CMYK 0 0.78 0.76 0.33
HSL 358.66º 0.64% 0.41% -
HSV(B) 358.66º 0.78% 0.67% -
XYZ 18.11 10.32 3.13 -
YUV 78.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 172 38 41 0 0.78 0.76 0.33 358.66 0.64 0.41
Hex AC 26 29 0 4E 4C 21 167 40 29
Octal 254 46 51 0 116 114 41 547 100 51
Binary 10101100 100110 101001 0 1001110 1001100 100001 101100111 1000000 101001

Color Harmonies of #AC2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2629

Black with #AC2629

Text Example


Text Example

White with #AC2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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