Html Css Color HEX #AC363C Guardsman Red

📋 copy color: '#AC363C'

red 172 ◦ green 54 ◦ blue 60

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

Shades of Guardsman Red #AC363C

Tints of Guardsman Red #AC363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 60.14%
G = 18.88%
B = 20.98%

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

#AC363C (or 0xAC363C) is known color: Guardsman Red. HEX triplet: AC, 36 and 3C. RGB value is (172,54,60). Sum of RGB (Red+Green+Blue) = 172+54+60=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC363C is #53C9C3. Grayscale: #5A5A5A. Windows color (decimal): -5491140 or 3946156. OLE color: 3946156.

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

Color convert

RGB 172 54 60 -
CMYK 0 0.69 0.65 0.33
HSL 356.95º 0.52% 0.44% -
HSV(B) 356.95º 0.69% 0.67% -
XYZ 19.15 11.74 5.53 -
YUV 89.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 172 54 60 0 0.69 0.65 0.33 356.95 0.52 0.44
Hex AC 36 3C 0 45 41 21 165 34 2C
Octal 254 66 74 0 105 101 41 545 64 54
Binary 10101100 110110 111100 0 1000101 1000001 100001 101100101 110100 101100

Color Harmonies of #AC363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC363C

Black with #AC363C

Text Example


Text Example

White with #AC363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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