Html Css Color HEX #AC2425 Guardsman Red

📋 copy color: '#AC2425'

red 172 ◦ green 36 ◦ blue 37

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

Shades of Guardsman Red #AC2425

Tints of Guardsman Red #AC2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 37 (14.84% from 255) = 15.1%

R = 70.2%
G = 14.69%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC2425 (or 0xAC2425) is known color: Guardsman Red. HEX triplet: AC, 24 and 25. RGB value is (172,36,37). Sum of RGB (Red+Green+Blue) = 172+36+37=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2425 is #53DBDA. Grayscale: #4C4C4C. Windows color (decimal): -5495771 or 2434220. OLE color: 2434220.

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

Color convert

RGB 172 36 37 -
CMYK 0 0.79 0.78 0.33
HSL 359.56º 0.65% 0.41% -
HSV(B) 359.56º 0.79% 0.67% -
XYZ 17.98 10.17 2.76 -
YUV 76.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 172 36 37 0 0.79 0.78 0.33 359.56 0.65 0.41
Hex AC 24 25 0 4F 4E 21 168 41 29
Octal 254 44 45 0 117 116 41 550 101 51
Binary 10101100 100100 100101 0 1001111 1001110 100001 101101000 1000001 101001

Color Harmonies of #AC2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2425

Black with #AC2425

Text Example


Text Example

White with #AC2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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