Html Css Color HEX #AE1E24 Guardsman Red

📋 copy color: '#AE1E24'

red 174 ◦ green 30 ◦ blue 36

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

Shades of Guardsman Red #AE1E24

Tints of Guardsman Red #AE1E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

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

R = 72.5%
G = 12.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE1E24 (or 0xAE1E24) is known color: Guardsman Red. HEX triplet: AE, 1E and 24. RGB value is (174,30,36). Sum of RGB (Red+Green+Blue) = 174+30+36=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1E24 is #51E1DB. Grayscale: #494949. Windows color (decimal): -5366236 or 2367150. OLE color: 2367150.

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

Color convert

RGB 174 30 36 -
CMYK 0 0.83 0.79 0.32
HSL 357.5º 0.71% 0.4% -
HSV(B) 357.5º 0.83% 0.68% -
XYZ 18.24 10.05 2.65 -
YUV 73.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 174 30 36 0 0.83 0.79 0.32 357.5 0.71 0.4
Hex AE 1E 24 0 53 4F 20 166 47 28
Octal 256 36 44 0 123 117 40 546 107 50
Binary 10101110 11110 100100 0 1010011 1001111 100000 101100110 1000111 101000

Color Harmonies of #AE1E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1E24

Black with #AE1E24

Text Example


Text Example

White with #AE1E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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