Html Css Color HEX #AC313B Guardsman Red

📋 copy color: '#AC313B'

red 172 ◦ green 49 ◦ blue 59

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

Shades of Guardsman Red #AC313B

Tints of Guardsman Red #AC313B

RGB

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

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

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

R = 61.43%
G = 17.5%
B = 21.07%

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

#AC313B (or 0xAC313B) is known color: Guardsman Red. HEX triplet: AC, 31 and 3B. RGB value is (172,49,59). Sum of RGB (Red+Green+Blue) = 172+49+59=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC313B is #53CEC4. Grayscale: #575757. Windows color (decimal): -5492421 or 3879340. OLE color: 3879340.

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

Color convert

RGB 172 49 59 -
CMYK 0 0.72 0.66 0.33
HSL 355.12º 0.56% 0.43% -
HSV(B) 355.12º 0.72% 0.67% -
XYZ 18.9 11.28 5.32 -
YUV 86.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 172 49 59 0 0.72 0.66 0.33 355.12 0.56 0.43
Hex AC 31 3B 0 48 42 21 163 38 2B
Octal 254 61 73 0 110 102 41 543 70 53
Binary 10101100 110001 111011 0 1001000 1000010 100001 101100011 111000 101011

Color Harmonies of #AC313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC313B

Black with #AC313B

Text Example


Text Example

White with #AC313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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