Html Css Color HEX #AC353B Guardsman Red

📋 copy color: '#AC353B'

red 172 ◦ green 53 ◦ blue 59

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

Shades of Guardsman Red #AC353B

Tints of Guardsman Red #AC353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 60.56%
G = 18.66%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC353B (or 0xAC353B) is known color: Guardsman Red. HEX triplet: AC, 35 and 3B. RGB value is (172,53,59). Sum of RGB (Red+Green+Blue) = 172+53+59=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC353B is #53CAC4. Grayscale: #595959. Windows color (decimal): -5491397 or 3880364. OLE color: 3880364.

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

Color convert

RGB 172 53 59 -
CMYK 0 0.69 0.66 0.33
HSL 356.97º 0.53% 0.44% -
HSV(B) 356.97º 0.69% 0.67% -
XYZ 19.08 11.63 5.38 -
YUV 89.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 172 53 59 0 0.69 0.66 0.33 356.97 0.53 0.44
Hex AC 35 3B 0 45 42 21 165 35 2C
Octal 254 65 73 0 105 102 41 545 65 54
Binary 10101100 110101 111011 0 1000101 1000010 100001 101100101 110101 101100

Color Harmonies of #AC353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC353B

Black with #AC353B

Text Example


Text Example

White with #AC353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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