Html Css Color HEX #AC2936 Guardsman Red

📋 copy color: '#AC2936'

red 172 ◦ green 41 ◦ blue 54

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

Shades of Guardsman Red #AC2936

Tints of Guardsman Red #AC2936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 64.42%
G = 15.36%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC2936 (or 0xAC2936) is known color: Guardsman Red. HEX triplet: AC, 29 and 36. RGB value is (172,41,54). Sum of RGB (Red+Green+Blue) = 172+41+54=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2936 is #53D6C9. Grayscale: #515151. Windows color (decimal): -5494474 or 3549612. OLE color: 3549612.

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

Color convert

RGB 172 41 54 -
CMYK 0 0.76 0.69 0.33
HSL 354.05º 0.62% 0.42% -
HSV(B) 354.05º 0.76% 0.67% -
XYZ 18.47 10.62 4.57 -
YUV 81.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 172 41 54 0 0.76 0.69 0.33 354.05 0.62 0.42
Hex AC 29 36 0 4C 45 21 162 3E 2A
Octal 254 51 66 0 114 105 41 542 76 52
Binary 10101100 101001 110110 0 1001100 1000101 100001 101100010 111110 101010

Color Harmonies of #AC2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2936

Black with #AC2936

Text Example


Text Example

White with #AC2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2936; }

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

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

background-color css

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

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

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

border-color css

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

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

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