Html Css Color HEX #AC353D Guardsman Red

📋 copy color: '#AC353D'

red 172 ◦ green 53 ◦ blue 61

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

Shades of Guardsman Red #AC353D

Tints of Guardsman Red #AC353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 60.14%
G = 18.53%
B = 21.33%

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

#AC353D (or 0xAC353D) is known color: Guardsman Red. HEX triplet: AC, 35 and 3D. RGB value is (172,53,61). Sum of RGB (Red+Green+Blue) = 172+53+61=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC353D is #53CAC2. Grayscale: #595959. Windows color (decimal): -5491395 or 4011436. OLE color: 4011436.

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

Color convert

RGB 172 53 61 -
CMYK 0 0.69 0.65 0.33
HSL 355.97º 0.53% 0.44% -
HSV(B) 355.97º 0.69% 0.67% -
XYZ 19.13 11.65 5.66 -
YUV 89.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 172 53 61 0 0.69 0.65 0.33 355.97 0.53 0.44
Hex AC 35 3D 0 45 41 21 164 35 2C
Octal 254 65 75 0 105 101 41 544 65 54
Binary 10101100 110101 111101 0 1000101 1000001 100001 101100100 110101 101100

Color Harmonies of #AC353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC353D

Black with #AC353D

Text Example


Text Example

White with #AC353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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