Html Css Color HEX #AE292E Guardsman Red

📋 copy color: '#AE292E'

red 174 ◦ green 41 ◦ blue 46

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

Shades of Guardsman Red #AE292E

Tints of Guardsman Red #AE292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.62%

R = 66.67%
G = 15.71%
B = 17.62%

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

#AE292E (or 0xAE292E) is known color: Guardsman Red. HEX triplet: AE, 29 and 2E. RGB value is (174,41,46). Sum of RGB (Red+Green+Blue) = 174+41+46=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE292E is #51D6D1. Grayscale: #515151. Windows color (decimal): -5363410 or 3025326. OLE color: 3025326.

HSL color Cylindrical-coordinate representation of color #AE292E: hue angle of 357.74º 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 #AE292E is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 41 46 -
CMYK 0 0.76 0.74 0.32
HSL 357.74º 0.62% 0.42% -
HSV(B) 357.74º 0.76% 0.68% -
XYZ 18.74 10.78 3.68 -
YUV 81.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 174 41 46 0 0.76 0.74 0.32 357.74 0.62 0.42
Hex AE 29 2E 0 4C 4A 20 166 3E 2A
Octal 256 51 56 0 114 112 40 546 76 52
Binary 10101110 101001 101110 0 1001100 1001010 100000 101100110 111110 101010

Color Harmonies of #AE292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE292E

Black with #AE292E

Text Example


Text Example

White with #AE292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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