Html Css Color HEX #AC363D Guardsman Red

📋 copy color: '#AC363D'

red 172 ◦ green 54 ◦ blue 61

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

Shades of Guardsman Red #AC363D

Tints of Guardsman Red #AC363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

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

R = 59.93%
G = 18.82%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC363D (or 0xAC363D) is known color: Guardsman Red. HEX triplet: AC, 36 and 3D. RGB value is (172,54,61). Sum of RGB (Red+Green+Blue) = 172+54+61=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC363D is #53C9C2. Grayscale: #5A5A5A. Windows color (decimal): -5491139 or 4011692. OLE color: 4011692.

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

Color convert

RGB 172 54 61 -
CMYK 0 0.69 0.65 0.33
HSL 356.44º 0.52% 0.44% -
HSV(B) 356.44º 0.69% 0.67% -
XYZ 19.17 11.75 5.67 -
YUV 90.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 172 54 61 0 0.69 0.65 0.33 356.44 0.52 0.44
Hex AC 36 3D 0 45 41 21 164 34 2C
Octal 254 66 75 0 105 101 41 544 64 54
Binary 10101100 110110 111101 0 1000101 1000001 100001 101100100 110100 101100

Color Harmonies of #AC363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC363D

Black with #AC363D

Text Example


Text Example

White with #AC363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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