Html Css Color HEX #AC2735 Guardsman Red

📋 copy color: '#AC2735'

red 172 ◦ green 39 ◦ blue 53

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

Shades of Guardsman Red #AC2735

Tints of Guardsman Red #AC2735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 65.15%
G = 14.77%
B = 20.08%

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

#AC2735 (or 0xAC2735) is known color: Guardsman Red. HEX triplet: AC, 27 and 35. RGB value is (172,39,53). Sum of RGB (Red+Green+Blue) = 172+39+53=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2735 is #53D8CA. Grayscale: #505050. Windows color (decimal): -5494987 or 3483564. OLE color: 3483564.

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

Color convert

RGB 172 39 53 -
CMYK 0 0.77 0.69 0.33
HSL 353.68º 0.63% 0.41% -
HSV(B) 353.68º 0.77% 0.67% -
XYZ 18.38 10.48 4.42 -
YUV 80.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 172 39 53 0 0.77 0.69 0.33 353.68 0.63 0.41
Hex AC 27 35 0 4D 45 21 162 3F 29
Octal 254 47 65 0 115 105 41 542 77 51
Binary 10101100 100111 110101 0 1001101 1000101 100001 101100010 111111 101001

Color Harmonies of #AC2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2735

Black with #AC2735

Text Example


Text Example

White with #AC2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2735; }

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

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

background-color css

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

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

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

border-color css

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

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

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