Html Css Color HEX #AC2326 Guardsman Red

📋 copy color: '#AC2326'

red 172 ◦ green 35 ◦ blue 38

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

Shades of Guardsman Red #AC2326

Tints of Guardsman Red #AC2326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 70.2%
G = 14.29%
B = 15.51%

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

#AC2326 (or 0xAC2326) is known color: Guardsman Red. HEX triplet: AC, 23 and 26. RGB value is (172,35,38). Sum of RGB (Red+Green+Blue) = 172+35+38=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2326 is #53DCD9. Grayscale: #4C4C4C. Windows color (decimal): -5496026 or 2499500. OLE color: 2499500.

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

Color convert

RGB 172 35 38 -
CMYK 0 0.80 0.78 0.33
HSL 358.69º 0.66% 0.41% -
HSV(B) 358.69º 0.8% 0.67% -
XYZ 17.96 10.11 2.84 -
YUV 76.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 172 35 38 0 0.80 0.78 0.33 358.69 0.66 0.41
Hex AC 23 26 0 50 4E 21 167 42 29
Octal 254 43 46 0 120 116 41 547 102 51
Binary 10101100 100011 100110 0 1010000 1001110 100001 101100111 1000010 101001

Color Harmonies of #AC2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2326

Black with #AC2326

Text Example


Text Example

White with #AC2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2326; }

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

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

background-color css

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

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

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

border-color css

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

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

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