Html Css Color HEX #AC2021 Guardsman Red

📋 copy color: '#AC2021'

red 172 ◦ green 32 ◦ blue 33

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

Shades of Guardsman Red #AC2021

Tints of Guardsman Red #AC2021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 33 (13.28% from 255) = 13.92%

R = 72.57%
G = 13.5%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC2021 (or 0xAC2021) is known color: Guardsman Red. HEX triplet: AC, 20 and 21. RGB value is (172,32,33). Sum of RGB (Red+Green+Blue) = 172+32+33=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2021 is #53DFDE. Grayscale: #4A4A4A. Windows color (decimal): -5496799 or 2171052. OLE color: 2171052.

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

Color convert

RGB 172 32 33 -
CMYK 0 0.81 0.81 0.33
HSL 359.57º 0.69% 0.4% -
HSV(B) 359.57º 0.81% 0.67% -
XYZ 17.8 9.91 2.41 -
YUV 73.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 172 32 33 0 0.81 0.81 0.33 359.57 0.69 0.4
Hex AC 20 21 0 51 51 21 168 45 28
Octal 254 40 41 0 121 121 41 550 105 50
Binary 10101100 100000 100001 0 1010001 1010001 100001 101101000 1000101 101000

Color Harmonies of #AC2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2021

Black with #AC2021

Text Example


Text Example

White with #AC2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2021; }

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

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

background-color css

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

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

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

border-color css

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

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

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