Html Css Color HEX #AC2B33 Guardsman Red

📋 copy color: '#AC2B33'

red 172 ◦ green 43 ◦ blue 51

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

Shades of Guardsman Red #AC2B33

Tints of Guardsman Red #AC2B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 64.66%
G = 16.17%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC2B33 (or 0xAC2B33) is known color: Guardsman Red. HEX triplet: AC, 2B and 33. RGB value is (172,43,51). Sum of RGB (Red+Green+Blue) = 172+43+51=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B33 is #53D4CC. Grayscale: #525252. Windows color (decimal): -5493965 or 3353516. OLE color: 3353516.

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

Color convert

RGB 172 43 51 -
CMYK 0 0.75 0.70 0.33
HSL 356.28º 0.6% 0.42% -
HSV(B) 356.28º 0.75% 0.67% -
XYZ 18.47 10.74 4.23 -
YUV 82.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 172 43 51 0 0.75 0.70 0.33 356.28 0.6 0.42
Hex AC 2B 33 0 4B 46 21 164 3C 2A
Octal 254 53 63 0 113 106 41 544 74 52
Binary 10101100 101011 110011 0 1001011 1000110 100001 101100100 111100 101010

Color Harmonies of #AC2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B33

Black with #AC2B33

Text Example


Text Example

White with #AC2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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