Html Css Color HEX #AC202B Guardsman Red

📋 copy color: '#AC202B'

red 172 ◦ green 32 ◦ blue 43

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

Shades of Guardsman Red #AC202B

Tints of Guardsman Red #AC202B

RGB

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

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

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

R = 69.64%
G = 12.96%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC202B (or 0xAC202B) is known color: Guardsman Red. HEX triplet: AC, 20 and 2B. RGB value is (172,32,43). Sum of RGB (Red+Green+Blue) = 172+32+43=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC202B is #53DFD4. Grayscale: #4B4B4B. Windows color (decimal): -5496789 or 2826412. OLE color: 2826412.

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

Color convert

RGB 172 32 43 -
CMYK 0 0.81 0.75 0.33
HSL 355.29º 0.69% 0.4% -
HSV(B) 355.29º 0.81% 0.67% -
XYZ 17.97 9.98 3.26 -
YUV 75.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 172 32 43 0 0.81 0.75 0.33 355.29 0.69 0.4
Hex AC 20 2B 0 51 4B 21 163 45 28
Octal 254 40 53 0 121 113 41 543 105 50
Binary 10101100 100000 101011 0 1010001 1001011 100001 101100011 1000101 101000

Color Harmonies of #AC202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC202B

Black with #AC202B

Text Example


Text Example

White with #AC202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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