Html Css Color HEX #AC3537 Guardsman Red

📋 copy color: '#AC3537'

red 172 ◦ green 53 ◦ blue 55

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

Shades of Guardsman Red #AC3537

Tints of Guardsman Red #AC3537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 61.43%
G = 18.93%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC3537 (or 0xAC3537) is known color: Guardsman Red. HEX triplet: AC, 35 and 37. RGB value is (172,53,55). Sum of RGB (Red+Green+Blue) = 172+53+55=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3537 is #53CAC8. Grayscale: #585858. Windows color (decimal): -5491401 or 3618220. OLE color: 3618220.

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

Color convert

RGB 172 53 55 -
CMYK 0 0.69 0.68 0.33
HSL 358.99º 0.53% 0.44% -
HSV(B) 358.99º 0.69% 0.67% -
XYZ 18.98 11.59 4.85 -
YUV 88.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 172 53 55 0 0.69 0.68 0.33 358.99 0.53 0.44
Hex AC 35 37 0 45 44 21 167 35 2C
Octal 254 65 67 0 105 104 41 547 65 54
Binary 10101100 110101 110111 0 1000101 1000100 100001 101100111 110101 101100

Color Harmonies of #AC3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3537

Black with #AC3537

Text Example


Text Example

White with #AC3537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3537; }

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

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

background-color css

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

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

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

border-color css

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

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

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