Html Css Color HEX #AC252D Guardsman Red

📋 copy color: '#AC252D'

red 172 ◦ green 37 ◦ blue 45

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

Shades of Guardsman Red #AC252D

Tints of Guardsman Red #AC252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 67.72%
G = 14.57%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC252D (or 0xAC252D) is known color: Guardsman Red. HEX triplet: AC, 25 and 2D. RGB value is (172,37,45). Sum of RGB (Red+Green+Blue) = 172+37+45=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC252D is #53DAD2. Grayscale: #4E4E4E. Windows color (decimal): -5495507 or 2958764. OLE color: 2958764.

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

Color convert

RGB 172 37 45 -
CMYK 0 0.78 0.74 0.33
HSL 356.44º 0.65% 0.41% -
HSV(B) 356.44º 0.78% 0.67% -
XYZ 18.15 10.28 3.51 -
YUV 78.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 172 37 45 0 0.78 0.74 0.33 356.44 0.65 0.41
Hex AC 25 2D 0 4E 4A 21 164 41 29
Octal 254 45 55 0 116 112 41 544 101 51
Binary 10101100 100101 101101 0 1001110 1001010 100001 101100100 1000001 101001

Color Harmonies of #AC252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC252D

Black with #AC252D

Text Example


Text Example

White with #AC252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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