Html Css Color HEX #AE242C Guardsman Red

📋 copy color: '#AE242C'

red 174 ◦ green 36 ◦ blue 44

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

Shades of Guardsman Red #AE242C

Tints of Guardsman Red #AE242C

RGB

 RED value IS 174 (68.36% from 255) = 68.5%

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

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 68.5%
G = 14.17%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE242C (or 0xAE242C) is known color: Guardsman Red. HEX triplet: AE, 24 and 2C. RGB value is (174,36,44). Sum of RGB (Red+Green+Blue) = 174+36+44=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE242C is #51DBD3. Grayscale: #4E4E4E. Windows color (decimal): -5364692 or 2892974. OLE color: 2892974.

HSL color Cylindrical-coordinate representation of color #AE242C: hue angle of 356.52º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE242C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 36 44 -
CMYK 0 0.79 0.75 0.32
HSL 356.52º 0.66% 0.41% -
HSV(B) 356.52º 0.79% 0.68% -
XYZ 18.54 10.44 3.42 -
YUV 78.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 174 36 44 0 0.79 0.75 0.32 356.52 0.66 0.41
Hex AE 24 2C 0 4F 4B 20 165 42 29
Octal 256 44 54 0 117 113 40 545 102 51
Binary 10101110 100100 101100 0 1001111 1001011 100000 101100101 1000010 101001

Color Harmonies of #AE242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE242C

Black with #AE242C

Text Example


Text Example

White with #AE242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE242C; }

 p { color: rgb(174,36,44); }

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

background-color css

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

 a { background-color: rgb(174,36,44); }

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

border-color css

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

 span { border-color: rgb(174,36,44); }

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