Html Css Color HEX #AC2427 Guardsman Red

📋 copy color: '#AC2427'

red 172 ◦ green 36 ◦ blue 39

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

Shades of Guardsman Red #AC2427

Tints of Guardsman Red #AC2427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

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

R = 69.64%
G = 14.57%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC2427 (or 0xAC2427) is known color: Guardsman Red. HEX triplet: AC, 24 and 27. RGB value is (172,36,39). Sum of RGB (Red+Green+Blue) = 172+36+39=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2427 is #53DBD8. Grayscale: #4D4D4D. Windows color (decimal): -5495769 or 2565292. OLE color: 2565292.

HSL color Cylindrical-coordinate representation of color #AC2427: hue angle of 358.68º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2427 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 39 -
CMYK 0 0.79 0.77 0.33
HSL 358.68º 0.65% 0.41% -
HSV(B) 358.68º 0.79% 0.67% -
XYZ 18.01 10.18 2.93 -
YUV 77.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 172 36 39 0 0.79 0.77 0.33 358.68 0.65 0.41
Hex AC 24 27 0 4F 4D 21 167 41 29
Octal 254 44 47 0 117 115 41 547 101 51
Binary 10101100 100100 100111 0 1001111 1001101 100001 101100111 1000001 101001

Color Harmonies of #AC2427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2427

Black with #AC2427

Text Example


Text Example

White with #AC2427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2427; }

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

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

background-color css

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

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

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

border-color css

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

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

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