Html Css Color HEX #AC2736 Guardsman Red

📋 copy color: '#AC2736'

red 172 ◦ green 39 ◦ blue 54

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

Shades of Guardsman Red #AC2736

Tints of Guardsman Red #AC2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.72%

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 64.91%
G = 14.72%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC2736 (or 0xAC2736) is known color: Guardsman Red. HEX triplet: AC, 27 and 36. RGB value is (172,39,54). Sum of RGB (Red+Green+Blue) = 172+39+54=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2736 is #53D8C9. Grayscale: #505050. Windows color (decimal): -5494986 or 3549100. OLE color: 3549100.

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

Color convert

RGB 172 39 54 -
CMYK 0 0.77 0.69 0.33
HSL 353.23º 0.63% 0.41% -
HSV(B) 353.23º 0.77% 0.67% -
XYZ 18.4 10.49 4.54 -
YUV 80.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 172 39 54 0 0.77 0.69 0.33 353.23 0.63 0.41
Hex AC 27 36 0 4D 45 21 161 3F 29
Octal 254 47 66 0 115 105 41 541 77 51
Binary 10101100 100111 110110 0 1001101 1000101 100001 101100001 111111 101001

Color Harmonies of #AC2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2736

Black with #AC2736

Text Example


Text Example

White with #AC2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2736; }

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

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

background-color css

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

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

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

border-color css

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

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

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