Html Css Color HEX #AC282C Guardsman Red

📋 copy color: '#AC282C'

red 172 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #AC282C

Tints of Guardsman Red #AC282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 67.19%
G = 15.63%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC282C (or 0xAC282C) is known color: Guardsman Red. HEX triplet: AC, 28 and 2C. RGB value is (172,40,44). Sum of RGB (Red+Green+Blue) = 172+40+44=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC282C is #53D7D3. Grayscale: #505050. Windows color (decimal): -5494740 or 2893996. OLE color: 2893996.

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

Color convert

RGB 172 40 44 -
CMYK 0 0.77 0.74 0.33
HSL 358.18º 0.62% 0.42% -
HSV(B) 358.18º 0.77% 0.67% -
XYZ 18.23 10.47 3.44 -
YUV 79.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 172 40 44 0 0.77 0.74 0.33 358.18 0.62 0.42
Hex AC 28 2C 0 4D 4A 21 166 3E 2A
Octal 254 50 54 0 115 112 41 546 76 52
Binary 10101100 101000 101100 0 1001101 1001010 100001 101100110 111110 101010

Color Harmonies of #AC282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC282C

Black with #AC282C

Text Example


Text Example

White with #AC282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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