Html Css Color HEX #AC222B Guardsman Red

📋 copy color: '#AC222B'

red 172 ◦ green 34 ◦ blue 43

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

Shades of Guardsman Red #AC222B

Tints of Guardsman Red #AC222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.65%

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 69.08%
G = 13.65%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC222B (or 0xAC222B) is known color: Guardsman Red. HEX triplet: AC, 22 and 2B. RGB value is (172,34,43). Sum of RGB (Red+Green+Blue) = 172+34+43=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC222B is #53DDD4. Grayscale: #4C4C4C. Windows color (decimal): -5496277 or 2826924. OLE color: 2826924.

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

Color convert

RGB 172 34 43 -
CMYK 0 0.80 0.75 0.33
HSL 356.09º 0.67% 0.4% -
HSV(B) 356.09º 0.8% 0.67% -
XYZ 18.02 10.09 3.28 -
YUV 76.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 172 34 43 0 0.80 0.75 0.33 356.09 0.67 0.4
Hex AC 22 2B 0 50 4B 21 164 43 28
Octal 254 42 53 0 120 113 41 544 103 50
Binary 10101100 100010 101011 0 1010000 1001011 100001 101100100 1000011 101000

Color Harmonies of #AC222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC222B

Black with #AC222B

Text Example


Text Example

White with #AC222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC222B; }

 p { color: rgb(172,34,43); }

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

background-color css

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

 a { background-color: rgb(172,34,43); }

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

border-color css

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

 span { border-color: rgb(172,34,43); }

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