Html Css Color HEX #AC202A Guardsman Red

📋 copy color: '#AC202A'

red 172 ◦ green 32 ◦ blue 42

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

Shades of Guardsman Red #AC202A

Tints of Guardsman Red #AC202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 69.92%
G = 13.01%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC202A (or 0xAC202A) is known color: Guardsman Red. HEX triplet: AC, 20 and 2A. RGB value is (172,32,42). Sum of RGB (Red+Green+Blue) = 172+32+42=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC202A is #53DFD5. Grayscale: #4B4B4B. Windows color (decimal): -5496790 or 2760876. OLE color: 2760876.

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

Color convert

RGB 172 32 42 -
CMYK 0 0.81 0.76 0.33
HSL 355.71º 0.69% 0.4% -
HSV(B) 355.71º 0.81% 0.67% -
XYZ 17.95 9.97 3.17 -
YUV 75 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 172 32 42 0 0.81 0.76 0.33 355.71 0.69 0.4
Hex AC 20 2A 0 51 4C 21 164 45 28
Octal 254 40 52 0 121 114 41 544 105 50
Binary 10101100 100000 101010 0 1010001 1001100 100001 101100100 1000101 101000

Color Harmonies of #AC202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC202A

Black with #AC202A

Text Example


Text Example

White with #AC202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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