Html Css Color HEX #AC373C Guardsman Red

📋 copy color: '#AC373C'

red 172 ◦ green 55 ◦ blue 60

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

Shades of Guardsman Red #AC373C

Tints of Guardsman Red #AC373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 59.93%
G = 19.16%
B = 20.91%

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

#AC373C (or 0xAC373C) is known color: Guardsman Red. HEX triplet: AC, 37 and 3C. RGB value is (172,55,60). Sum of RGB (Red+Green+Blue) = 172+55+60=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC373C is #53C8C3. Grayscale: #5A5A5A. Windows color (decimal): -5490884 or 3946412. OLE color: 3946412.

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

Color convert

RGB 172 55 60 -
CMYK 0 0.68 0.65 0.33
HSL 357.44º 0.52% 0.45% -
HSV(B) 357.44º 0.68% 0.67% -
XYZ 19.2 11.83 5.55 -
YUV 90.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 172 55 60 0 0.68 0.65 0.33 357.44 0.52 0.45
Hex AC 37 3C 0 44 41 21 165 34 2D
Octal 254 67 74 0 104 101 41 545 64 55
Binary 10101100 110111 111100 0 1000100 1000001 100001 101100101 110100 101101

Color Harmonies of #AC373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC373C

Black with #AC373C

Text Example


Text Example

White with #AC373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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