Html Css Color HEX #AC1B20 Guardsman Red

📋 copy color: '#AC1B20'

red 172 ◦ green 27 ◦ blue 32

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

Shades of Guardsman Red #AC1B20

Tints of Guardsman Red #AC1B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.69%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 74.46%
G = 11.69%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC1B20 (or 0xAC1B20) is known color: Guardsman Red. HEX triplet: AC, 1B and 20. RGB value is (172,27,32). Sum of RGB (Red+Green+Blue) = 172+27+32=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B20 is #53E4DF. Grayscale: #474747. Windows color (decimal): -5498080 or 2104236. OLE color: 2104236.

HSL color Cylindrical-coordinate representation of color #AC1B20: hue angle of 357.93º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1B20 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 27 32 -
CMYK 0 0.84 0.81 0.33
HSL 357.93º 0.73% 0.39% -
HSV(B) 357.93º 0.84% 0.67% -
XYZ 17.67 9.66 2.3 -
YUV 70.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 172 27 32 0 0.84 0.81 0.33 357.93 0.73 0.39
Hex AC 1B 20 0 54 51 21 166 49 27
Octal 254 33 40 0 124 121 41 546 111 47
Binary 10101100 11011 100000 0 1010100 1010001 100001 101100110 1001001 100111

Color Harmonies of #AC1B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B20

Black with #AC1B20

Text Example


Text Example

White with #AC1B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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