Html Css Color HEX #AC252C Guardsman Red

📋 copy color: '#AC252C'

red 172 ◦ green 37 ◦ blue 44

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

Shades of Guardsman Red #AC252C

Tints of Guardsman Red #AC252C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 67.98%
G = 14.62%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC252C (or 0xAC252C) is known color: Guardsman Red. HEX triplet: AC, 25 and 2C. RGB value is (172,37,44). Sum of RGB (Red+Green+Blue) = 172+37+44=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC252C is #53DAD3. Grayscale: #4E4E4E. Windows color (decimal): -5495508 or 2893228. OLE color: 2893228.

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

Color convert

RGB 172 37 44 -
CMYK 0 0.78 0.74 0.33
HSL 356.89º 0.65% 0.41% -
HSV(B) 356.89º 0.78% 0.67% -
XYZ 18.13 10.28 3.41 -
YUV 78.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 172 37 44 0 0.78 0.74 0.33 356.89 0.65 0.41
Hex AC 25 2C 0 4E 4A 21 165 41 29
Octal 254 45 54 0 116 112 41 545 101 51
Binary 10101100 100101 101100 0 1001110 1001010 100001 101100101 1000001 101001

Color Harmonies of #AC252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC252C

Black with #AC252C

Text Example


Text Example

White with #AC252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC252C; }

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

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

background-color css

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

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

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

border-color css

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

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

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