Html Css Color HEX #AC1F27 Guardsman Red

📋 copy color: '#AC1F27'

red 172 ◦ green 31 ◦ blue 39

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

Shades of Guardsman Red #AC1F27

Tints of Guardsman Red #AC1F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.12%

R = 71.07%
G = 12.81%
B = 16.12%

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

#AC1F27 (or 0xAC1F27) is known color: Guardsman Red. HEX triplet: AC, 1F and 27. RGB value is (172,31,39). Sum of RGB (Red+Green+Blue) = 172+31+39=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F27 is #53E0D8. Grayscale: #4A4A4A. Windows color (decimal): -5497049 or 2564012. OLE color: 2564012.

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

Color convert

RGB 172 31 39 -
CMYK 0 0.82 0.77 0.33
HSL 356.6º 0.69% 0.4% -
HSV(B) 356.6º 0.82% 0.67% -
XYZ 17.87 9.9 2.89 -
YUV 74.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 172 31 39 0 0.82 0.77 0.33 356.6 0.69 0.4
Hex AC 1F 27 0 52 4D 21 165 45 28
Octal 254 37 47 0 122 115 41 545 105 50
Binary 10101100 11111 100111 0 1010010 1001101 100001 101100101 1000101 101000

Color Harmonies of #AC1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F27

Black with #AC1F27

Text Example


Text Example

White with #AC1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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