Html Css Color HEX #AC323B Guardsman Red

📋 copy color: '#AC323B'

red 172 ◦ green 50 ◦ blue 59

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

Shades of Guardsman Red #AC323B

Tints of Guardsman Red #AC323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

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

R = 61.21%
G = 17.79%
B = 21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC323B (or 0xAC323B) is known color: Guardsman Red. HEX triplet: AC, 32 and 3B. RGB value is (172,50,59). Sum of RGB (Red+Green+Blue) = 172+50+59=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC323B is #53CDC4. Grayscale: #575757. Windows color (decimal): -5492165 or 3879596. OLE color: 3879596.

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

Color convert

RGB 172 50 59 -
CMYK 0 0.71 0.66 0.33
HSL 355.57º 0.55% 0.44% -
HSV(B) 355.57º 0.71% 0.67% -
XYZ 18.94 11.37 5.33 -
YUV 87.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 172 50 59 0 0.71 0.66 0.33 355.57 0.55 0.44
Hex AC 32 3B 0 47 42 21 164 37 2C
Octal 254 62 73 0 107 102 41 544 67 54
Binary 10101100 110010 111011 0 1000111 1000010 100001 101100100 110111 101100

Color Harmonies of #AC323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC323B

Black with #AC323B

Text Example


Text Example

White with #AC323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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