Html Css Color HEX #AC2730 Guardsman Red

📋 copy color: '#AC2730'

red 172 ◦ green 39 ◦ blue 48

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

Shades of Guardsman Red #AC2730

Tints of Guardsman Red #AC2730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.53%

R = 66.41%
G = 15.06%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC2730 (or 0xAC2730) is known color: Guardsman Red. HEX triplet: AC, 27 and 30. RGB value is (172,39,48). Sum of RGB (Red+Green+Blue) = 172+39+48=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2730 is #53D8CF. Grayscale: #4F4F4F. Windows color (decimal): -5494992 or 3155884. OLE color: 3155884.

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

Color convert

RGB 172 39 48 -
CMYK 0 0.77 0.72 0.33
HSL 355.94º 0.63% 0.41% -
HSV(B) 355.94º 0.77% 0.67% -
XYZ 18.27 10.44 3.85 -
YUV 79.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 172 39 48 0 0.77 0.72 0.33 355.94 0.63 0.41
Hex AC 27 30 0 4D 48 21 164 3F 29
Octal 254 47 60 0 115 110 41 544 77 51
Binary 10101100 100111 110000 0 1001101 1001000 100001 101100100 111111 101001

Color Harmonies of #AC2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2730

Black with #AC2730

Text Example


Text Example

White with #AC2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2730; }

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

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

background-color css

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

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

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

border-color css

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

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

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