Html Css Color HEX #AC2836 Guardsman Red

📋 copy color: '#AC2836'

red 172 ◦ green 40 ◦ blue 54

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

Shades of Guardsman Red #AC2836

Tints of Guardsman Red #AC2836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 64.66%
G = 15.04%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC2836 (or 0xAC2836) is known color: Guardsman Red. HEX triplet: AC, 28 and 36. RGB value is (172,40,54). Sum of RGB (Red+Green+Blue) = 172+40+54=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2836 is #53D7C9. Grayscale: #515151. Windows color (decimal): -5494730 or 3549356. OLE color: 3549356.

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

Color convert

RGB 172 40 54 -
CMYK 0 0.77 0.69 0.33
HSL 353.64º 0.62% 0.42% -
HSV(B) 353.64º 0.77% 0.67% -
XYZ 18.44 10.55 4.56 -
YUV 81.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 172 40 54 0 0.77 0.69 0.33 353.64 0.62 0.42
Hex AC 28 36 0 4D 45 21 162 3E 2A
Octal 254 50 66 0 115 105 41 542 76 52
Binary 10101100 101000 110110 0 1001101 1000101 100001 101100010 111110 101010

Color Harmonies of #AC2836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2836

Black with #AC2836

Text Example


Text Example

White with #AC2836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2836; }

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

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

background-color css

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

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

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

border-color css

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

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

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