Html Css Color HEX #AC2432 Guardsman Red

📋 copy color: '#AC2432'

red 172 ◦ green 36 ◦ blue 50

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

Shades of Guardsman Red #AC2432

Tints of Guardsman Red #AC2432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 66.67%
G = 13.95%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC2432 (or 0xAC2432) is known color: Guardsman Red. HEX triplet: AC, 24 and 32. RGB value is (172,36,50). Sum of RGB (Red+Green+Blue) = 172+36+50=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2432 is #53DBCD. Grayscale: #4E4E4E. Windows color (decimal): -5495758 or 3286188. OLE color: 3286188.

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

Color convert

RGB 172 36 50 -
CMYK 0 0.79 0.71 0.33
HSL 353.82º 0.65% 0.41% -
HSV(B) 353.82º 0.79% 0.67% -
XYZ 18.22 10.26 4.04 -
YUV 78.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 172 36 50 0 0.79 0.71 0.33 353.82 0.65 0.41
Hex AC 24 32 0 4F 47 21 162 41 29
Octal 254 44 62 0 117 107 41 542 101 51
Binary 10101100 100100 110010 0 1001111 1000111 100001 101100010 1000001 101001

Color Harmonies of #AC2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2432

Black with #AC2432

Text Example


Text Example

White with #AC2432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2432; }

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

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

background-color css

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

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

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

border-color css

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

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

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