Html Css Color HEX #AC373A Guardsman Red

📋 copy color: '#AC373A'

red 172 ◦ green 55 ◦ blue 58

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

Shades of Guardsman Red #AC373A

Tints of Guardsman Red #AC373A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 60.35%
G = 19.3%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC373A (or 0xAC373A) is known color: Guardsman Red. HEX triplet: AC, 37 and 3A. RGB value is (172,55,58). Sum of RGB (Red+Green+Blue) = 172+55+58=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC373A is #53C8C5. Grayscale: #5A5A5A. Windows color (decimal): -5490886 or 3815340. OLE color: 3815340.

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

Color convert

RGB 172 55 58 -
CMYK 0 0.68 0.66 0.33
HSL 358.46º 0.52% 0.45% -
HSV(B) 358.46º 0.68% 0.67% -
XYZ 19.14 11.81 5.27 -
YUV 90.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 172 55 58 0 0.68 0.66 0.33 358.46 0.52 0.45
Hex AC 37 3A 0 44 42 21 166 34 2D
Octal 254 67 72 0 104 102 41 546 64 55
Binary 10101100 110111 111010 0 1000100 1000010 100001 101100110 110100 101101

Color Harmonies of #AC373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC373A

Black with #AC373A

Text Example


Text Example

White with #AC373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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