Html Css Color HEX #AC393D Guardsman Red

📋 copy color: '#AC393D'

red 172 ◦ green 57 ◦ blue 61

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

Shades of Guardsman Red #AC393D

Tints of Guardsman Red #AC393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.66%

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

R = 59.31%
G = 19.66%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC393D (or 0xAC393D) is known color: Guardsman Red. HEX triplet: AC, 39 and 3D. RGB value is (172,57,61). Sum of RGB (Red+Green+Blue) = 172+57+61=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC393D is #53C6C2. Grayscale: #5B5B5B. Windows color (decimal): -5490371 or 4012460. OLE color: 4012460.

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

Color convert

RGB 172 57 61 -
CMYK 0 0.67 0.65 0.33
HSL 357.91º 0.5% 0.45% -
HSV(B) 357.91º 0.67% 0.67% -
XYZ 19.32 12.03 5.72 -
YUV 91.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 172 57 61 0 0.67 0.65 0.33 357.91 0.5 0.45
Hex AC 39 3D 0 43 41 21 166 32 2D
Octal 254 71 75 0 103 101 41 546 62 55
Binary 10101100 111001 111101 0 1000011 1000001 100001 101100110 110010 101101

Color Harmonies of #AC393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC393D

Black with #AC393D

Text Example


Text Example

White with #AC393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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