Html Css Color HEX #AE2829 Guardsman Red

📋 copy color: '#AE2829'

red 174 ◦ green 40 ◦ blue 41

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

Shades of Guardsman Red #AE2829

Tints of Guardsman Red #AE2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

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

R = 68.24%
G = 15.69%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE2829 (or 0xAE2829) is known color: Guardsman Red. HEX triplet: AE, 28 and 29. RGB value is (174,40,41). Sum of RGB (Red+Green+Blue) = 174+40+41=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2829 is #51D7D6. Grayscale: #505050. Windows color (decimal): -5363671 or 2697390. OLE color: 2697390.

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

Color convert

RGB 174 40 41 -
CMYK 0 0.77 0.76 0.32
HSL 359.55º 0.63% 0.42% -
HSV(B) 359.55º 0.77% 0.68% -
XYZ 18.61 10.68 3.18 -
YUV 80.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 174 40 41 0 0.77 0.76 0.32 359.55 0.63 0.42
Hex AE 28 29 0 4D 4C 20 168 3F 2A
Octal 256 50 51 0 115 114 40 550 77 52
Binary 10101110 101000 101001 0 1001101 1001100 100000 101101000 111111 101010

Color Harmonies of #AE2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2829

Black with #AE2829

Text Example


Text Example

White with #AE2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2829; }

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

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

background-color css

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

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

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

border-color css

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

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

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