Html Css Color HEX #AC343D Guardsman Red

📋 copy color: '#AC343D'

red 172 ◦ green 52 ◦ blue 61

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

Shades of Guardsman Red #AC343D

Tints of Guardsman Red #AC343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 60.35%
G = 18.25%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC343D (or 0xAC343D) is known color: Guardsman Red. HEX triplet: AC, 34 and 3D. RGB value is (172,52,61). Sum of RGB (Red+Green+Blue) = 172+52+61=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC343D is #53CBC2. Grayscale: #585858. Windows color (decimal): -5491651 or 4011180. OLE color: 4011180.

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

Color convert

RGB 172 52 61 -
CMYK 0 0.70 0.65 0.33
HSL 355.5º 0.54% 0.44% -
HSV(B) 355.5º 0.7% 0.67% -
XYZ 19.08 11.56 5.64 -
YUV 88.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 172 52 61 0 0.70 0.65 0.33 355.5 0.54 0.44
Hex AC 34 3D 0 46 41 21 164 36 2C
Octal 254 64 75 0 106 101 41 544 66 54
Binary 10101100 110100 111101 0 1000110 1000001 100001 101100100 110110 101100

Color Harmonies of #AC343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC343D

Black with #AC343D

Text Example


Text Example

White with #AC343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC343D; }

 p { color: rgb(172,52,61); }

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

background-color css

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

 a { background-color: rgb(172,52,61); }

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

border-color css

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

 span { border-color: rgb(172,52,61); }

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