Html Css Color HEX #AC292A Guardsman Red

📋 copy color: '#AC292A'

red 172 ◦ green 41 ◦ blue 42

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

Shades of Guardsman Red #AC292A

Tints of Guardsman Red #AC292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 67.45%
G = 16.08%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC292A (or 0xAC292A) is known color: Guardsman Red. HEX triplet: AC, 29 and 2A. RGB value is (172,41,42). Sum of RGB (Red+Green+Blue) = 172+41+42=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC292A is #53D6D5. Grayscale: #505050. Windows color (decimal): -5494486 or 2763180. OLE color: 2763180.

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

Color convert

RGB 172 41 42 -
CMYK 0 0.76 0.76 0.33
HSL 359.54º 0.62% 0.42% -
HSV(B) 359.54º 0.76% 0.67% -
XYZ 18.22 10.52 3.26 -
YUV 80.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 172 41 42 0 0.76 0.76 0.33 359.54 0.62 0.42
Hex AC 29 2A 0 4C 4C 21 168 3E 2A
Octal 254 51 52 0 114 114 41 550 76 52
Binary 10101100 101001 101010 0 1001100 1001100 100001 101101000 111110 101010

Color Harmonies of #AC292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC292A

Black with #AC292A

Text Example


Text Example

White with #AC292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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