Html Css Color HEX #AC353A Guardsman Red

📋 copy color: '#AC353A'

red 172 ◦ green 53 ◦ blue 58

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

Shades of Guardsman Red #AC353A

Tints of Guardsman Red #AC353A

RGB

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

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

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

R = 60.78%
G = 18.73%
B = 20.49%

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

#AC353A (or 0xAC353A) is known color: Guardsman Red. HEX triplet: AC, 35 and 3A. RGB value is (172,53,58). Sum of RGB (Red+Green+Blue) = 172+53+58=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC353A is #53CAC5. Grayscale: #595959. Windows color (decimal): -5491398 or 3814828. OLE color: 3814828.

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

Color convert

RGB 172 53 58 -
CMYK 0 0.69 0.66 0.33
HSL 357.48º 0.53% 0.44% -
HSV(B) 357.48º 0.69% 0.67% -
XYZ 19.05 11.62 5.24 -
YUV 89.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 172 53 58 0 0.69 0.66 0.33 357.48 0.53 0.44
Hex AC 35 3A 0 45 42 21 165 35 2C
Octal 254 65 72 0 105 102 41 545 65 54
Binary 10101100 110101 111010 0 1000101 1000010 100001 101100101 110101 101100

Color Harmonies of #AC353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC353A

Black with #AC353A

Text Example


Text Example

White with #AC353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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