Html Css Color HEX #AC252E Guardsman Red

📋 copy color: '#AC252E'

red 172 ◦ green 37 ◦ blue 46

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

Shades of Guardsman Red #AC252E

Tints of Guardsman Red #AC252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.51%

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 67.45%
G = 14.51%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC252E (or 0xAC252E) is known color: Guardsman Red. HEX triplet: AC, 25 and 2E. RGB value is (172,37,46). Sum of RGB (Red+Green+Blue) = 172+37+46=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC252E is #53DAD1. Grayscale: #4E4E4E. Windows color (decimal): -5495506 or 3024300. OLE color: 3024300.

HSL color Cylindrical-coordinate representation of color #AC252E: hue angle of 356º degrees, saturation: 0.65, 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 #AC252E is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 46 -
CMYK 0 0.78 0.73 0.33
HSL 356º 0.65% 0.41% -
HSV(B) 356º 0.78% 0.67% -
XYZ 18.17 10.29 3.61 -
YUV 78.39 109.73 194.77 -
System Red Green Blue C M Y K H S L
Decimal 172 37 46 0 0.78 0.73 0.33 356 0.65 0.41
Hex AC 25 2E 0 4E 49 21 164 41 29
Octal 254 45 56 0 116 111 41 544 101 51
Binary 10101100 100101 101110 0 1001110 1001001 100001 101100100 1000001 101001

Color Harmonies of #AC252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC252E

Black with #AC252E

Text Example


Text Example

White with #AC252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC252E; }

 p { color: rgb(172,37,46); }

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

background-color css

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

 a { background-color: rgb(172,37,46); }

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

border-color css

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

 span { border-color: rgb(172,37,46); }

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