Html Css Color HEX #AC1F28 Guardsman Red

📋 copy color: '#AC1F28'

red 172 ◦ green 31 ◦ blue 40

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

Shades of Guardsman Red #AC1F28

Tints of Guardsman Red #AC1F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 70.78%
G = 12.76%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC1F28 (or 0xAC1F28) is known color: Guardsman Red. HEX triplet: AC, 1F and 28. RGB value is (172,31,40). Sum of RGB (Red+Green+Blue) = 172+31+40=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F28 is #53E0D7. Grayscale: #4A4A4A. Windows color (decimal): -5497048 or 2629548. OLE color: 2629548.

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

Color convert

RGB 172 31 40 -
CMYK 0 0.82 0.77 0.33
HSL 356.17º 0.69% 0.4% -
HSV(B) 356.17º 0.82% 0.67% -
XYZ 17.89 9.9 2.98 -
YUV 74.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 172 31 40 0 0.82 0.77 0.33 356.17 0.69 0.4
Hex AC 1F 28 0 52 4D 21 164 45 28
Octal 254 37 50 0 122 115 41 544 105 50
Binary 10101100 11111 101000 0 1010010 1001101 100001 101100100 1000101 101000

Color Harmonies of #AC1F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F28

Black with #AC1F28

Text Example


Text Example

White with #AC1F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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