Html Css Color HEX #AE2629 Guardsman Red

📋 copy color: '#AE2629'

red 174 ◦ green 38 ◦ blue 41

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

Shades of Guardsman Red #AE2629

Tints of Guardsman Red #AE2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

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

R = 68.77%
G = 15.02%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE2629 (or 0xAE2629) is known color: Guardsman Red. HEX triplet: AE, 26 and 29. RGB value is (174,38,41). Sum of RGB (Red+Green+Blue) = 174+38+41=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2629 is #51D9D6. Grayscale: #4F4F4F. Windows color (decimal): -5364183 or 2696878. OLE color: 2696878.

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

Color convert

RGB 174 38 41 -
CMYK 0 0.78 0.76 0.32
HSL 358.68º 0.64% 0.42% -
HSV(B) 358.68º 0.78% 0.68% -
XYZ 18.55 10.54 3.16 -
YUV 79.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 174 38 41 0 0.78 0.76 0.32 358.68 0.64 0.42
Hex AE 26 29 0 4E 4C 20 167 40 2A
Octal 256 46 51 0 116 114 40 547 100 52
Binary 10101110 100110 101001 0 1001110 1001100 100000 101100111 1000000 101010

Color Harmonies of #AE2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2629

Black with #AE2629

Text Example


Text Example

White with #AE2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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