Html Css Color HEX #AC2127 Guardsman Red

📋 copy color: '#AC2127'

red 172 ◦ green 33 ◦ blue 39

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

Shades of Guardsman Red #AC2127

Tints of Guardsman Red #AC2127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

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

R = 70.49%
G = 13.52%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC2127 (or 0xAC2127) is known color: Guardsman Red. HEX triplet: AC, 21 and 27. RGB value is (172,33,39). Sum of RGB (Red+Green+Blue) = 172+33+39=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2127 is #53DED8. Grayscale: #4B4B4B. Windows color (decimal): -5496537 or 2564524. OLE color: 2564524.

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

Color convert

RGB 172 33 39 -
CMYK 0 0.81 0.77 0.33
HSL 357.41º 0.68% 0.4% -
HSV(B) 357.41º 0.81% 0.67% -
XYZ 17.92 10 2.91 -
YUV 75.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 172 33 39 0 0.81 0.77 0.33 357.41 0.68 0.4
Hex AC 21 27 0 51 4D 21 165 44 28
Octal 254 41 47 0 121 115 41 545 104 50
Binary 10101100 100001 100111 0 1010001 1001101 100001 101100101 1000100 101000

Color Harmonies of #AC2127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2127

Black with #AC2127

Text Example


Text Example

White with #AC2127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2127; }

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

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

background-color css

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

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

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

border-color css

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

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

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