Html Css Color HEX #AC1D24 Guardsman Red

📋 copy color: '#AC1D24'

red 172 ◦ green 29 ◦ blue 36

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

Shades of Guardsman Red #AC1D24

Tints of Guardsman Red #AC1D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 72.57%
G = 12.24%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC1D24 (or 0xAC1D24) is known color: Guardsman Red. HEX triplet: AC, 1D and 24. RGB value is (172,29,36). Sum of RGB (Red+Green+Blue) = 172+29+36=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1D24 is #53E2DB. Grayscale: #484848. Windows color (decimal): -5497564 or 2366892. OLE color: 2366892.

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

Color convert

RGB 172 29 36 -
CMYK 0 0.83 0.79 0.33
HSL 357.06º 0.71% 0.39% -
HSV(B) 357.06º 0.83% 0.67% -
XYZ 17.77 9.78 2.62 -
YUV 72.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 172 29 36 0 0.83 0.79 0.33 357.06 0.71 0.39
Hex AC 1D 24 0 53 4F 21 165 47 27
Octal 254 35 44 0 123 117 41 545 107 47
Binary 10101100 11101 100100 0 1010011 1001111 100001 101100101 1000111 100111

Color Harmonies of #AC1D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D24

Black with #AC1D24

Text Example


Text Example

White with #AC1D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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