Html Css Color HEX #AC1C26 Guardsman Red

📋 copy color: '#AC1C26'

red 172 ◦ green 28 ◦ blue 38

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

Shades of Guardsman Red #AC1C26

Tints of Guardsman Red #AC1C26

RGB

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

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

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

R = 72.27%
G = 11.76%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC1C26 (or 0xAC1C26) is known color: Guardsman Red. HEX triplet: AC, 1C and 26. RGB value is (172,28,38). Sum of RGB (Red+Green+Blue) = 172+28+38=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C26 is #53E3D9. Grayscale: #484848. Windows color (decimal): -5497818 or 2497708. OLE color: 2497708.

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

Color convert

RGB 172 28 38 -
CMYK 0 0.84 0.78 0.33
HSL 355.83º 0.72% 0.39% -
HSV(B) 355.83º 0.84% 0.67% -
XYZ 17.78 9.74 2.78 -
YUV 72.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 172 28 38 0 0.84 0.78 0.33 355.83 0.72 0.39
Hex AC 1C 26 0 54 4E 21 164 48 27
Octal 254 34 46 0 124 116 41 544 110 47
Binary 10101100 11100 100110 0 1010100 1001110 100001 101100100 1001000 100111

Color Harmonies of #AC1C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C26

Black with #AC1C26

Text Example


Text Example

White with #AC1C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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