Html Css Color HEX #AC2830 Guardsman Red

📋 copy color: '#AC2830'

red 172 ◦ green 40 ◦ blue 48

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

Shades of Guardsman Red #AC2830

Tints of Guardsman Red #AC2830

RGB

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

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

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

R = 66.15%
G = 15.38%
B = 18.46%

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

#AC2830 (or 0xAC2830) is known color: Guardsman Red. HEX triplet: AC, 28 and 30. RGB value is (172,40,48). Sum of RGB (Red+Green+Blue) = 172+40+48=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2830 is #53D7CF. Grayscale: #505050. Windows color (decimal): -5494736 or 3156140. OLE color: 3156140.

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

Color convert

RGB 172 40 48 -
CMYK 0 0.77 0.72 0.33
HSL 356.36º 0.62% 0.42% -
HSV(B) 356.36º 0.77% 0.67% -
XYZ 18.31 10.5 3.86 -
YUV 80.38 109.73 193.35 -
System Red Green Blue C M Y K H S L
Decimal 172 40 48 0 0.77 0.72 0.33 356.36 0.62 0.42
Hex AC 28 30 0 4D 48 21 164 3E 2A
Octal 254 50 60 0 115 110 41 544 76 52
Binary 10101100 101000 110000 0 1001101 1001000 100001 101100100 111110 101010

Color Harmonies of #AC2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2830

Black with #AC2830

Text Example


Text Example

White with #AC2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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