Html Css Color HEX #AC3139 Guardsman Red

📋 copy color: '#AC3139'

red 172 ◦ green 49 ◦ blue 57

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

Shades of Guardsman Red #AC3139

Tints of Guardsman Red #AC3139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

 BLUE value IS 57 (22.66% from 255) = 20.5%

R = 61.87%
G = 17.63%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC3139 (or 0xAC3139) is known color: Guardsman Red. HEX triplet: AC, 31 and 39. RGB value is (172,49,57). Sum of RGB (Red+Green+Blue) = 172+49+57=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3139 is #53CEC6. Grayscale: #565656. Windows color (decimal): -5492423 or 3748268. OLE color: 3748268.

HSL color Cylindrical-coordinate representation of color #AC3139: hue angle of 356.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3139 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 57 -
CMYK 0 0.72 0.67 0.33
HSL 356.1º 0.56% 0.43% -
HSV(B) 356.1º 0.72% 0.67% -
XYZ 18.85 11.26 5.05 -
YUV 86.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 172 49 57 0 0.72 0.67 0.33 356.1 0.56 0.43
Hex AC 31 39 0 48 43 21 164 38 2B
Octal 254 61 71 0 110 103 41 544 70 53
Binary 10101100 110001 111001 0 1001000 1000011 100001 101100100 111000 101011

Color Harmonies of #AC3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3139

Black with #AC3139

Text Example


Text Example

White with #AC3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3139; }

 p { color: rgb(172,49,57); }

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

background-color css

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

 a { background-color: rgb(172,49,57); }

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

border-color css

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

 span { border-color: rgb(172,49,57); }

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