Html Css Color HEX #AC1C20 Guardsman Red

📋 copy color: '#AC1C20'

red 172 ◦ green 28 ◦ blue 32

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

Shades of Guardsman Red #AC1C20

Tints of Guardsman Red #AC1C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 74.14%
G = 12.07%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC1C20 (or 0xAC1C20) is known color: Guardsman Red. HEX triplet: AC, 1C and 20. RGB value is (172,28,32). Sum of RGB (Red+Green+Blue) = 172+28+32=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C20 is #53E3DF. Grayscale: #474747. Windows color (decimal): -5497824 or 2104492. OLE color: 2104492.

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

Color convert

RGB 172 28 32 -
CMYK 0 0.84 0.81 0.33
HSL 358.33º 0.72% 0.39% -
HSV(B) 358.33º 0.84% 0.67% -
XYZ 17.69 9.71 2.31 -
YUV 71.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 172 28 32 0 0.84 0.81 0.33 358.33 0.72 0.39
Hex AC 1C 20 0 54 51 21 166 48 27
Octal 254 34 40 0 124 121 41 546 110 47
Binary 10101100 11100 100000 0 1010100 1010001 100001 101100110 1001000 100111

Color Harmonies of #AC1C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C20

Black with #AC1C20

Text Example


Text Example

White with #AC1C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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