Html Css Color HEX #AC2635 Guardsman Red

📋 copy color: '#AC2635'

red 172 ◦ green 38 ◦ blue 53

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

Shades of Guardsman Red #AC2635

Tints of Guardsman Red #AC2635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 65.4%
G = 14.45%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC2635 (or 0xAC2635) is known color: Guardsman Red. HEX triplet: AC, 26 and 35. RGB value is (172,38,53). Sum of RGB (Red+Green+Blue) = 172+38+53=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2635 is #53D9CA. Grayscale: #4F4F4F. Windows color (decimal): -5495243 or 3483308. OLE color: 3483308.

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

Color convert

RGB 172 38 53 -
CMYK 0 0.78 0.69 0.33
HSL 353.28º 0.64% 0.41% -
HSV(B) 353.28º 0.78% 0.67% -
XYZ 18.35 10.41 4.41 -
YUV 79.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 172 38 53 0 0.78 0.69 0.33 353.28 0.64 0.41
Hex AC 26 35 0 4E 45 21 161 40 29
Octal 254 46 65 0 116 105 41 541 100 51
Binary 10101100 100110 110101 0 1001110 1000101 100001 101100001 1000000 101001

Color Harmonies of #AC2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2635

Black with #AC2635

Text Example


Text Example

White with #AC2635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2635; }

 p { color: rgb(172,38,53); }

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

background-color css

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

 a { background-color: rgb(172,38,53); }

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

border-color css

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

 span { border-color: rgb(172,38,53); }

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