Html Css Color HEX #AC2627 Guardsman Red

📋 copy color: '#AC2627'

red 172 ◦ green 38 ◦ blue 39

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

Shades of Guardsman Red #AC2627

Tints of Guardsman Red #AC2627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.26%

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

R = 69.08%
G = 15.26%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC2627 (or 0xAC2627) is known color: Guardsman Red. HEX triplet: AC, 26 and 27. RGB value is (172,38,39). Sum of RGB (Red+Green+Blue) = 172+38+39=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2627 is #53D9D8. Grayscale: #4E4E4E. Windows color (decimal): -5495257 or 2565804. OLE color: 2565804.

HSL color Cylindrical-coordinate representation of color #AC2627: hue angle of 359.55º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2627 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 39 -
CMYK 0 0.78 0.77 0.33
HSL 359.55º 0.64% 0.41% -
HSV(B) 359.55º 0.78% 0.67% -
XYZ 18.07 10.3 2.96 -
YUV 78.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 172 38 39 0 0.78 0.77 0.33 359.55 0.64 0.41
Hex AC 26 27 0 4E 4D 21 168 40 29
Octal 254 46 47 0 116 115 41 550 100 51
Binary 10101100 100110 100111 0 1001110 1001101 100001 101101000 1000000 101001

Color Harmonies of #AC2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2627

Black with #AC2627

Text Example


Text Example

White with #AC2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2627; }

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

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

background-color css

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

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

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

border-color css

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

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

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