Html Css Color HEX #AC1C23 Guardsman Red

📋 copy color: '#AC1C23'

red 172 ◦ green 28 ◦ blue 35

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

Shades of Guardsman Red #AC1C23

Tints of Guardsman Red #AC1C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.91%

 BLUE value IS 35 (14.06% from 255) = 14.89%

R = 73.19%
G = 11.91%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC1C23 (or 0xAC1C23) is known color: Guardsman Red. HEX triplet: AC, 1C and 23. RGB value is (172,28,35). Sum of RGB (Red+Green+Blue) = 172+28+35=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C23 is #53E3DC. Grayscale: #474747. Windows color (decimal): -5497821 or 2301100. OLE color: 2301100.

HSL color Cylindrical-coordinate representation of color #AC1C23: hue angle of 357.08º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C23 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 35 -
CMYK 0 0.84 0.80 0.33
HSL 357.08º 0.72% 0.39% -
HSV(B) 357.08º 0.84% 0.67% -
XYZ 17.73 9.72 2.53 -
YUV 71.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 172 28 35 0 0.84 0.80 0.33 357.08 0.72 0.39
Hex AC 1C 23 0 54 50 21 165 48 27
Octal 254 34 43 0 124 120 41 545 110 47
Binary 10101100 11100 100011 0 1010100 1010000 100001 101100101 1001000 100111

Color Harmonies of #AC1C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C23

Black with #AC1C23

Text Example


Text Example

White with #AC1C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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