Html Css Color HEX #AC1F25 Guardsman Red

📋 copy color: '#AC1F25'

red 172 ◦ green 31 ◦ blue 37

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

Shades of Guardsman Red #AC1F25

Tints of Guardsman Red #AC1F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 71.67%
G = 12.92%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC1F25 (or 0xAC1F25) is known color: Guardsman Red. HEX triplet: AC, 1F and 25. RGB value is (172,31,37). Sum of RGB (Red+Green+Blue) = 172+31+37=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F25 is #53E0DA. Grayscale: #494949. Windows color (decimal): -5497051 or 2432940. OLE color: 2432940.

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

Color convert

RGB 172 31 37 -
CMYK 0 0.82 0.78 0.33
HSL 357.45º 0.69% 0.4% -
HSV(B) 357.45º 0.82% 0.67% -
XYZ 17.84 9.88 2.72 -
YUV 73.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 172 31 37 0 0.82 0.78 0.33 357.45 0.69 0.4
Hex AC 1F 25 0 52 4E 21 165 45 28
Octal 254 37 45 0 122 116 41 545 105 50
Binary 10101100 11111 100101 0 1010010 1001110 100001 101100101 1000101 101000

Color Harmonies of #AC1F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F25

Black with #AC1F25

Text Example


Text Example

White with #AC1F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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