Html Css Color HEX #AC2529 Guardsman Red

📋 copy color: '#AC2529'

red 172 ◦ green 37 ◦ blue 41

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

Shades of Guardsman Red #AC2529

Tints of Guardsman Red #AC2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 68.8%
G = 14.8%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC2529 (or 0xAC2529) is known color: Guardsman Red. HEX triplet: AC, 25 and 29. RGB value is (172,37,41). Sum of RGB (Red+Green+Blue) = 172+37+41=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2529 is #53DAD6. Grayscale: #4D4D4D. Windows color (decimal): -5495511 or 2696620. OLE color: 2696620.

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

Color convert

RGB 172 37 41 -
CMYK 0 0.78 0.76 0.33
HSL 358.22º 0.65% 0.41% -
HSV(B) 358.22º 0.78% 0.67% -
XYZ 18.08 10.25 3.12 -
YUV 77.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 172 37 41 0 0.78 0.76 0.33 358.22 0.65 0.41
Hex AC 25 29 0 4E 4C 21 166 41 29
Octal 254 45 51 0 116 114 41 546 101 51
Binary 10101100 100101 101001 0 1001110 1001100 100001 101100110 1000001 101001

Color Harmonies of #AC2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2529

Black with #AC2529

Text Example


Text Example

White with #AC2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2529; }

 p { color: rgb(172,37,41); }

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

background-color css

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

 a { background-color: rgb(172,37,41); }

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

border-color css

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

 span { border-color: rgb(172,37,41); }

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