Html Css Color HEX #AC363E Guardsman Red

📋 copy color: '#AC363E'

red 172 ◦ green 54 ◦ blue 62

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

Shades of Guardsman Red #AC363E

Tints of Guardsman Red #AC363E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 59.72%
G = 18.75%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC363E (or 0xAC363E) is known color: Guardsman Red. HEX triplet: AC, 36 and 3E. RGB value is (172,54,62). Sum of RGB (Red+Green+Blue) = 172+54+62=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC363E is #53C9C1. Grayscale: #5A5A5A. Windows color (decimal): -5491138 or 4077228. OLE color: 4077228.

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

Color convert

RGB 172 54 62 -
CMYK 0 0.69 0.64 0.33
HSL 355.93º 0.52% 0.44% -
HSV(B) 355.93º 0.69% 0.67% -
XYZ 19.2 11.76 5.81 -
YUV 90.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 172 54 62 0 0.69 0.64 0.33 355.93 0.52 0.44
Hex AC 36 3E 0 45 40 21 164 34 2C
Octal 254 66 76 0 105 100 41 544 64 54
Binary 10101100 110110 111110 0 1000101 1000000 100001 101100100 110100 101100

Color Harmonies of #AC363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC363E

Black with #AC363E

Text Example


Text Example

White with #AC363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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