Html Css Color HEX #AE2129 Guardsman Red

📋 copy color: '#AE2129'

red 174 ◦ green 33 ◦ blue 41

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

Shades of Guardsman Red #AE2129

Tints of Guardsman Red #AE2129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 70.16%
G = 13.31%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE2129 (or 0xAE2129) is known color: Guardsman Red. HEX triplet: AE, 21 and 29. RGB value is (174,33,41). Sum of RGB (Red+Green+Blue) = 174+33+41=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2129 is #51DED6. Grayscale: #4C4C4C. Windows color (decimal): -5365463 or 2695598. OLE color: 2695598.

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

Color convert

RGB 174 33 41 -
CMYK 0 0.81 0.76 0.32
HSL 356.6º 0.68% 0.41% -
HSV(B) 356.6º 0.81% 0.68% -
XYZ 18.4 10.25 3.11 -
YUV 76.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 174 33 41 0 0.81 0.76 0.32 356.6 0.68 0.41
Hex AE 21 29 0 51 4C 20 165 44 29
Octal 256 41 51 0 121 114 40 545 104 51
Binary 10101110 100001 101001 0 1010001 1001100 100000 101100101 1000100 101001

Color Harmonies of #AE2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2129

Black with #AE2129

Text Example


Text Example

White with #AE2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2129; }

 p { color: rgb(174,33,41); }

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

background-color css

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

 a { background-color: rgb(174,33,41); }

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

border-color css

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

 span { border-color: rgb(174,33,41); }

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