Html Css Color HEX #AC2632 Guardsman Red

📋 copy color: '#AC2632'

red 172 ◦ green 38 ◦ blue 50

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

Shades of Guardsman Red #AC2632

Tints of Guardsman Red #AC2632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 66.15%
G = 14.62%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC2632 (or 0xAC2632) is known color: Guardsman Red. HEX triplet: AC, 26 and 32. RGB value is (172,38,50). Sum of RGB (Red+Green+Blue) = 172+38+50=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2632 is #53D9CD. Grayscale: #4F4F4F. Windows color (decimal): -5495246 or 3286700. OLE color: 3286700.

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

Color convert

RGB 172 38 50 -
CMYK 0 0.78 0.71 0.33
HSL 354.63º 0.64% 0.41% -
HSV(B) 354.63º 0.78% 0.67% -
XYZ 18.28 10.39 4.06 -
YUV 79.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 172 38 50 0 0.78 0.71 0.33 354.63 0.64 0.41
Hex AC 26 32 0 4E 47 21 163 40 29
Octal 254 46 62 0 116 107 41 543 100 51
Binary 10101100 100110 110010 0 1001110 1000111 100001 101100011 1000000 101001

Color Harmonies of #AC2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2632

Black with #AC2632

Text Example


Text Example

White with #AC2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2632; }

 p { color: rgb(172,38,50); }

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

background-color css

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

 a { background-color: rgb(172,38,50); }

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

border-color css

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

 span { border-color: rgb(172,38,50); }

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