Html Css Color HEX #AC2328 Guardsman Red

📋 copy color: '#AC2328'

red 172 ◦ green 35 ◦ blue 40

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

Shades of Guardsman Red #AC2328

Tints of Guardsman Red #AC2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 69.64%
G = 14.17%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC2328 (or 0xAC2328) is known color: Guardsman Red. HEX triplet: AC, 23 and 28. RGB value is (172,35,40). Sum of RGB (Red+Green+Blue) = 172+35+40=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2328 is #53DCD7. Grayscale: #4C4C4C. Windows color (decimal): -5496024 or 2630572. OLE color: 2630572.

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

Color convert

RGB 172 35 40 -
CMYK 0 0.80 0.77 0.33
HSL 357.81º 0.66% 0.41% -
HSV(B) 357.81º 0.8% 0.67% -
XYZ 18 10.13 3.01 -
YUV 76.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 172 35 40 0 0.80 0.77 0.33 357.81 0.66 0.41
Hex AC 23 28 0 50 4D 21 166 42 29
Octal 254 43 50 0 120 115 41 546 102 51
Binary 10101100 100011 101000 0 1010000 1001101 100001 101100110 1000010 101001

Color Harmonies of #AC2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2328

Black with #AC2328

Text Example


Text Example

White with #AC2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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