Html Css Color HEX #AC242A Guardsman Red

📋 copy color: '#AC242A'

red 172 ◦ green 36 ◦ blue 42

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

Shades of Guardsman Red #AC242A

Tints of Guardsman Red #AC242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.8%

R = 68.8%
G = 14.4%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC242A (or 0xAC242A) is known color: Guardsman Red. HEX triplet: AC, 24 and 2A. RGB value is (172,36,42). Sum of RGB (Red+Green+Blue) = 172+36+42=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC242A is #53DBD5. Grayscale: #4D4D4D. Windows color (decimal): -5495766 or 2761900. OLE color: 2761900.

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

Color convert

RGB 172 36 42 -
CMYK 0 0.79 0.76 0.33
HSL 357.35º 0.65% 0.41% -
HSV(B) 357.35º 0.79% 0.67% -
XYZ 18.06 10.2 3.21 -
YUV 77.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 172 36 42 0 0.79 0.76 0.33 357.35 0.65 0.41
Hex AC 24 2A 0 4F 4C 21 165 41 29
Octal 254 44 52 0 117 114 41 545 101 51
Binary 10101100 100100 101010 0 1001111 1001100 100001 101100101 1000001 101001

Color Harmonies of #AC242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC242A

Black with #AC242A

Text Example


Text Example

White with #AC242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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