Html Css Color HEX #AC2631 Guardsman Red

📋 copy color: '#AC2631'

red 172 ◦ green 38 ◦ blue 49

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

Shades of Guardsman Red #AC2631

Tints of Guardsman Red #AC2631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 66.41%
G = 14.67%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC2631 (or 0xAC2631) is known color: Guardsman Red. HEX triplet: AC, 26 and 31. RGB value is (172,38,49). Sum of RGB (Red+Green+Blue) = 172+38+49=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2631 is #53D9CE. Grayscale: #4F4F4F. Windows color (decimal): -5495247 or 3221164. OLE color: 3221164.

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

Color convert

RGB 172 38 49 -
CMYK 0 0.78 0.72 0.33
HSL 355.07º 0.64% 0.41% -
HSV(B) 355.07º 0.78% 0.67% -
XYZ 18.26 10.38 3.95 -
YUV 79.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 172 38 49 0 0.78 0.72 0.33 355.07 0.64 0.41
Hex AC 26 31 0 4E 48 21 163 40 29
Octal 254 46 61 0 116 110 41 543 100 51
Binary 10101100 100110 110001 0 1001110 1001000 100001 101100011 1000000 101001

Color Harmonies of #AC2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2631

Black with #AC2631

Text Example


Text Example

White with #AC2631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2631; }

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

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

background-color css

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

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

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

border-color css

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

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

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