Html Css Color HEX #AE292D Guardsman Red

📋 copy color: '#AE292D'

red 174 ◦ green 41 ◦ blue 45

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

Shades of Guardsman Red #AE292D

Tints of Guardsman Red #AE292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 66.92%
G = 15.77%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE292D (or 0xAE292D) is known color: Guardsman Red. HEX triplet: AE, 29 and 2D. RGB value is (174,41,45). Sum of RGB (Red+Green+Blue) = 174+41+45=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE292D is #51D6D2. Grayscale: #515151. Windows color (decimal): -5363411 or 2959790. OLE color: 2959790.

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

Color convert

RGB 174 41 45 -
CMYK 0 0.76 0.74 0.32
HSL 358.2º 0.62% 0.42% -
HSV(B) 358.2º 0.76% 0.68% -
XYZ 18.72 10.77 3.58 -
YUV 81.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 174 41 45 0 0.76 0.74 0.32 358.2 0.62 0.42
Hex AE 29 2D 0 4C 4A 20 166 3E 2A
Octal 256 51 55 0 114 112 40 546 76 52
Binary 10101110 101001 101101 0 1001100 1001010 100000 101100110 111110 101010

Color Harmonies of #AE292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE292D

Black with #AE292D

Text Example


Text Example

White with #AE292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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