Html Css Color HEX #AC272A Guardsman Red

📋 copy color: '#AC272A'

red 172 ◦ green 39 ◦ blue 42

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

Shades of Guardsman Red #AC272A

Tints of Guardsman Red #AC272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

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

R = 67.98%
G = 15.42%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC272A (or 0xAC272A) is known color: Guardsman Red. HEX triplet: AC, 27 and 2A. RGB value is (172,39,42). Sum of RGB (Red+Green+Blue) = 172+39+42=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC272A is #53D8D5. Grayscale: #4F4F4F. Windows color (decimal): -5494998 or 2762668. OLE color: 2762668.

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

Color convert

RGB 172 39 42 -
CMYK 0 0.77 0.76 0.33
HSL 358.65º 0.63% 0.41% -
HSV(B) 358.65º 0.77% 0.67% -
XYZ 18.16 10.39 3.24 -
YUV 79.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 172 39 42 0 0.77 0.76 0.33 358.65 0.63 0.41
Hex AC 27 2A 0 4D 4C 21 167 3F 29
Octal 254 47 52 0 115 114 41 547 77 51
Binary 10101100 100111 101010 0 1001101 1001100 100001 101100111 111111 101001

Color Harmonies of #AC272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC272A

Black with #AC272A

Text Example


Text Example

White with #AC272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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