Html Css Color HEX #AC353C Guardsman Red

📋 copy color: '#AC353C'

red 172 ◦ green 53 ◦ blue 60

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

Shades of Guardsman Red #AC353C

Tints of Guardsman Red #AC353C

RGB

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

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

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

R = 60.35%
G = 18.6%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC353C (or 0xAC353C) is known color: Guardsman Red. HEX triplet: AC, 35 and 3C. RGB value is (172,53,60). Sum of RGB (Red+Green+Blue) = 172+53+60=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC353C is #53CAC3. Grayscale: #595959. Windows color (decimal): -5491396 or 3945900. OLE color: 3945900.

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

Color convert

RGB 172 53 60 -
CMYK 0 0.69 0.65 0.33
HSL 356.47º 0.53% 0.44% -
HSV(B) 356.47º 0.69% 0.67% -
XYZ 19.1 11.64 5.52 -
YUV 89.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 172 53 60 0 0.69 0.65 0.33 356.47 0.53 0.44
Hex AC 35 3C 0 45 41 21 164 35 2C
Octal 254 65 74 0 105 101 41 544 65 54
Binary 10101100 110101 111100 0 1000101 1000001 100001 101100100 110101 101100

Color Harmonies of #AC353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC353C

Black with #AC353C

Text Example


Text Example

White with #AC353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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