Html Css Color HEX #AC212C Guardsman Red

📋 copy color: '#AC212C'

red 172 ◦ green 33 ◦ blue 44

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

Shades of Guardsman Red #AC212C

Tints of Guardsman Red #AC212C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 69.08%
G = 13.25%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC212C (or 0xAC212C) is known color: Guardsman Red. HEX triplet: AC, 21 and 2C. RGB value is (172,33,44). Sum of RGB (Red+Green+Blue) = 172+33+44=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC212C is #53DED3. Grayscale: #4B4B4B. Windows color (decimal): -5496532 or 2892204. OLE color: 2892204.

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

Color convert

RGB 172 33 44 -
CMYK 0 0.81 0.74 0.33
HSL 355.25º 0.68% 0.4% -
HSV(B) 355.25º 0.81% 0.67% -
XYZ 18.01 10.04 3.37 -
YUV 75.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 172 33 44 0 0.81 0.74 0.33 355.25 0.68 0.4
Hex AC 21 2C 0 51 4A 21 163 44 28
Octal 254 41 54 0 121 112 41 543 104 50
Binary 10101100 100001 101100 0 1010001 1001010 100001 101100011 1000100 101000

Color Harmonies of #AC212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC212C

Black with #AC212C

Text Example


Text Example

White with #AC212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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