Html Css Color HEX #AC2833 Guardsman Red

📋 copy color: '#AC2833'

red 172 ◦ green 40 ◦ blue 51

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

Shades of Guardsman Red #AC2833

Tints of Guardsman Red #AC2833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

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

R = 65.4%
G = 15.21%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC2833 (or 0xAC2833) is known color: Guardsman Red. HEX triplet: AC, 28 and 33. RGB value is (172,40,51). Sum of RGB (Red+Green+Blue) = 172+40+51=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2833 is #53D7CC. Grayscale: #505050. Windows color (decimal): -5494733 or 3352748. OLE color: 3352748.

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

Color convert

RGB 172 40 51 -
CMYK 0 0.77 0.70 0.33
HSL 355º 0.62% 0.42% -
HSV(B) 355º 0.77% 0.67% -
XYZ 18.37 10.53 4.2 -
YUV 80.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 172 40 51 0 0.77 0.70 0.33 355 0.62 0.42
Hex AC 28 33 0 4D 46 21 163 3E 2A
Octal 254 50 63 0 115 106 41 543 76 52
Binary 10101100 101000 110011 0 1001101 1000110 100001 101100011 111110 101010

Color Harmonies of #AC2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2833

Black with #AC2833

Text Example


Text Example

White with #AC2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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