Html Css Color HEX #AC3336 Guardsman Red

📋 copy color: '#AC3336'

red 172 ◦ green 51 ◦ blue 54

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

Shades of Guardsman Red #AC3336

Tints of Guardsman Red #AC3336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 62.09%
G = 18.41%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC3336 (or 0xAC3336) is known color: Guardsman Red. HEX triplet: AC, 33 and 36. RGB value is (172,51,54). Sum of RGB (Red+Green+Blue) = 172+51+54=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3336 is #53CCC9. Grayscale: #575757. Windows color (decimal): -5491914 or 3552172. OLE color: 3552172.

HSL color Cylindrical-coordinate representation of color #AC3336: hue angle of 358.51º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3336 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 54 -
CMYK 0 0.70 0.69 0.33
HSL 358.51º 0.54% 0.44% -
HSV(B) 358.51º 0.7% 0.67% -
XYZ 18.86 11.4 4.7 -
YUV 87.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 172 51 54 0 0.70 0.69 0.33 358.51 0.54 0.44
Hex AC 33 36 0 46 45 21 167 36 2C
Octal 254 63 66 0 106 105 41 547 66 54
Binary 10101100 110011 110110 0 1000110 1000101 100001 101100111 110110 101100

Color Harmonies of #AC3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3336

Black with #AC3336

Text Example


Text Example

White with #AC3336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3336; }

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

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

background-color css

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

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

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

border-color css

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

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

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