Html Css Color HEX #AC2633 Guardsman Red

📋 copy color: '#AC2633'

red 172 ◦ green 38 ◦ blue 51

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

Shades of Guardsman Red #AC2633

Tints of Guardsman Red #AC2633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 65.9%
G = 14.56%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC2633 (or 0xAC2633) is known color: Guardsman Red. HEX triplet: AC, 26 and 33. RGB value is (172,38,51). Sum of RGB (Red+Green+Blue) = 172+38+51=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2633 is #53D9CC. Grayscale: #4F4F4F. Windows color (decimal): -5495245 or 3352236. OLE color: 3352236.

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

Color convert

RGB 172 38 51 -
CMYK 0 0.78 0.70 0.33
HSL 354.18º 0.64% 0.41% -
HSV(B) 354.18º 0.78% 0.67% -
XYZ 18.3 10.4 4.17 -
YUV 79.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 172 38 51 0 0.78 0.70 0.33 354.18 0.64 0.41
Hex AC 26 33 0 4E 46 21 162 40 29
Octal 254 46 63 0 116 106 41 542 100 51
Binary 10101100 100110 110011 0 1001110 1000110 100001 101100010 1000000 101001

Color Harmonies of #AC2633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2633

Black with #AC2633

Text Example


Text Example

White with #AC2633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2633; }

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

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

background-color css

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

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

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

border-color css

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

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

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