Html Css Color HEX #AC313A Guardsman Red

📋 copy color: '#AC313A'

red 172 ◦ green 49 ◦ blue 58

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

Shades of Guardsman Red #AC313A

Tints of Guardsman Red #AC313A

RGB

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

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

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

R = 61.65%
G = 17.56%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC313A (or 0xAC313A) is known color: Guardsman Red. HEX triplet: AC, 31 and 3A. RGB value is (172,49,58). Sum of RGB (Red+Green+Blue) = 172+49+58=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC313A is #53CEC5. Grayscale: #565656. Windows color (decimal): -5492422 or 3813804. OLE color: 3813804.

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

Color convert

RGB 172 49 58 -
CMYK 0 0.72 0.66 0.33
HSL 355.61º 0.56% 0.43% -
HSV(B) 355.61º 0.72% 0.67% -
XYZ 18.88 11.27 5.18 -
YUV 86.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 172 49 58 0 0.72 0.66 0.33 355.61 0.56 0.43
Hex AC 31 3A 0 48 42 21 164 38 2B
Octal 254 61 72 0 110 102 41 544 70 53
Binary 10101100 110001 111010 0 1001000 1000010 100001 101100100 111000 101011

Color Harmonies of #AC313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC313A

Black with #AC313A

Text Example


Text Example

White with #AC313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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