Html Css Color HEX #AC292D Guardsman Red

📋 copy color: '#AC292D'

red 172 ◦ green 41 ◦ blue 45

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

Shades of Guardsman Red #AC292D

Tints of Guardsman Red #AC292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 66.67%
G = 15.89%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC292D (or 0xAC292D) is known color: Guardsman Red. HEX triplet: AC, 29 and 2D. RGB value is (172,41,45). Sum of RGB (Red+Green+Blue) = 172+41+45=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC292D is #53D6D2. Grayscale: #505050. Windows color (decimal): -5494483 or 2959788. OLE color: 2959788.

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

Color convert

RGB 172 41 45 -
CMYK 0 0.76 0.74 0.33
HSL 358.17º 0.62% 0.42% -
HSV(B) 358.17º 0.76% 0.67% -
XYZ 18.28 10.55 3.55 -
YUV 80.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 172 41 45 0 0.76 0.74 0.33 358.17 0.62 0.42
Hex AC 29 2D 0 4C 4A 21 166 3E 2A
Octal 254 51 55 0 114 112 41 546 76 52
Binary 10101100 101001 101101 0 1001100 1001010 100001 101100110 111110 101010

Color Harmonies of #AC292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC292D

Black with #AC292D

Text Example


Text Example

White with #AC292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC292D; }

 p { color: rgb(172,41,45); }

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

background-color css

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

 a { background-color: rgb(172,41,45); }

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

border-color css

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

 span { border-color: rgb(172,41,45); }

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