Html Css Color HEX #AC313D Guardsman Red

📋 copy color: '#AC313D'

red 172 ◦ green 49 ◦ blue 61

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

Shades of Guardsman Red #AC313D

Tints of Guardsman Red #AC313D

RGB

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

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

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

R = 60.99%
G = 17.38%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC313D (or 0xAC313D) is known color: Guardsman Red. HEX triplet: AC, 31 and 3D. RGB value is (172,49,61). Sum of RGB (Red+Green+Blue) = 172+49+61=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC313D is #53CEC2. Grayscale: #575757. Windows color (decimal): -5492419 or 4010412. OLE color: 4010412.

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

Color convert

RGB 172 49 61 -
CMYK 0 0.72 0.65 0.33
HSL 354.15º 0.56% 0.43% -
HSV(B) 354.15º 0.72% 0.67% -
XYZ 18.95 11.3 5.6 -
YUV 87.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 172 49 61 0 0.72 0.65 0.33 354.15 0.56 0.43
Hex AC 31 3D 0 48 41 21 162 38 2B
Octal 254 61 75 0 110 101 41 542 70 53
Binary 10101100 110001 111101 0 1001000 1000001 100001 101100010 111000 101011

Color Harmonies of #AC313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC313D

Black with #AC313D

Text Example


Text Example

White with #AC313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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