Html Css Color HEX #AC2325 Guardsman Red

📋 copy color: '#AC2325'

red 172 ◦ green 35 ◦ blue 37

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

Shades of Guardsman Red #AC2325

Tints of Guardsman Red #AC2325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.34%

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

R = 70.49%
G = 14.34%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC2325 (or 0xAC2325) is known color: Guardsman Red. HEX triplet: AC, 23 and 25. RGB value is (172,35,37). Sum of RGB (Red+Green+Blue) = 172+35+37=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2325 is #53DCDA. Grayscale: #4C4C4C. Windows color (decimal): -5496027 or 2433964. OLE color: 2433964.

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

Color convert

RGB 172 35 37 -
CMYK 0 0.80 0.78 0.33
HSL 359.12º 0.66% 0.41% -
HSV(B) 359.12º 0.8% 0.67% -
XYZ 17.95 10.11 2.75 -
YUV 76.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 172 35 37 0 0.80 0.78 0.33 359.12 0.66 0.41
Hex AC 23 25 0 50 4E 21 167 42 29
Octal 254 43 45 0 120 116 41 547 102 51
Binary 10101100 100011 100101 0 1010000 1001110 100001 101100111 1000010 101001

Color Harmonies of #AC2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2325

Black with #AC2325

Text Example


Text Example

White with #AC2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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