Html Css Color HEX #AC1C27 Guardsman Red

📋 copy color: '#AC1C27'

red 172 ◦ green 28 ◦ blue 39

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

Shades of Guardsman Red #AC1C27

Tints of Guardsman Red #AC1C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.32%

R = 71.97%
G = 11.72%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC1C27 (or 0xAC1C27) is known color: Guardsman Red. HEX triplet: AC, 1C and 27. RGB value is (172,28,39). Sum of RGB (Red+Green+Blue) = 172+28+39=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C27 is #53E3D8. Grayscale: #484848. Windows color (decimal): -5497817 or 2563244. OLE color: 2563244.

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

Color convert

RGB 172 28 39 -
CMYK 0 0.84 0.77 0.33
HSL 355.42º 0.72% 0.39% -
HSV(B) 355.42º 0.84% 0.67% -
XYZ 17.79 9.75 2.86 -
YUV 72.31 109.21 199.11 -
System Red Green Blue C M Y K H S L
Decimal 172 28 39 0 0.84 0.77 0.33 355.42 0.72 0.39
Hex AC 1C 27 0 54 4D 21 163 48 27
Octal 254 34 47 0 124 115 41 543 110 47
Binary 10101100 11100 100111 0 1010100 1001101 100001 101100011 1001000 100111

Color Harmonies of #AC1C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C27

Black with #AC1C27

Text Example


Text Example

White with #AC1C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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