Html Css Color HEX #AC373D Guardsman Red

📋 copy color: '#AC373D'

red 172 ◦ green 55 ◦ blue 61

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

Shades of Guardsman Red #AC373D

Tints of Guardsman Red #AC373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 59.72%
G = 19.1%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC373D (or 0xAC373D) is known color: Guardsman Red. HEX triplet: AC, 37 and 3D. RGB value is (172,55,61). Sum of RGB (Red+Green+Blue) = 172+55+61=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC373D is #53C8C2. Grayscale: #5A5A5A. Windows color (decimal): -5490883 or 4011948. OLE color: 4011948.

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

Color convert

RGB 172 55 61 -
CMYK 0 0.68 0.65 0.33
HSL 356.92º 0.52% 0.45% -
HSV(B) 356.92º 0.68% 0.67% -
XYZ 19.22 11.84 5.69 -
YUV 90.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 172 55 61 0 0.68 0.65 0.33 356.92 0.52 0.45
Hex AC 37 3D 0 44 41 21 165 34 2D
Octal 254 67 75 0 104 101 41 545 64 55
Binary 10101100 110111 111101 0 1000100 1000001 100001 101100101 110100 101101

Color Harmonies of #AC373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC373D

Black with #AC373D

Text Example


Text Example

White with #AC373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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