Html Css Color HEX #AC2431 Guardsman Red

📋 copy color: '#AC2431'

red 172 ◦ green 36 ◦ blue 49

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

Shades of Guardsman Red #AC2431

Tints of Guardsman Red #AC2431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 66.93%
G = 14.01%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC2431 (or 0xAC2431) is known color: Guardsman Red. HEX triplet: AC, 24 and 31. RGB value is (172,36,49). Sum of RGB (Red+Green+Blue) = 172+36+49=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2431 is #53DBCE. Grayscale: #4E4E4E. Windows color (decimal): -5495759 or 3220652. OLE color: 3220652.

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

Color convert

RGB 172 36 49 -
CMYK 0 0.79 0.72 0.33
HSL 354.26º 0.65% 0.41% -
HSV(B) 354.26º 0.79% 0.67% -
XYZ 18.2 10.25 3.93 -
YUV 78.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 172 36 49 0 0.79 0.72 0.33 354.26 0.65 0.41
Hex AC 24 31 0 4F 48 21 162 41 29
Octal 254 44 61 0 117 110 41 542 101 51
Binary 10101100 100100 110001 0 1001111 1001000 100001 101100010 1000001 101001

Color Harmonies of #AC2431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2431

Black with #AC2431

Text Example


Text Example

White with #AC2431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2431; }

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

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

background-color css

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

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

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

border-color css

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

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

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