Html Css Color HEX #AE2A2D Guardsman Red

📋 copy color: '#AE2A2D'

red 174 ◦ green 42 ◦ blue 45

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

Shades of Guardsman Red #AE2A2D

Tints of Guardsman Red #AE2A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.09%

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

R = 66.67%
G = 16.09%
B = 17.24%

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

#AE2A2D (or 0xAE2A2D) is known color: Guardsman Red. HEX triplet: AE, 2A and 2D. RGB value is (174,42,45). Sum of RGB (Red+Green+Blue) = 174+42+45=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A2D is #51D5D2. Grayscale: #515151. Windows color (decimal): -5363155 or 2960046. OLE color: 2960046.

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

Color convert

RGB 174 42 45 -
CMYK 0 0.76 0.74 0.32
HSL 358.64º 0.61% 0.42% -
HSV(B) 358.64º 0.76% 0.68% -
XYZ 18.76 10.84 3.59 -
YUV 81.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 174 42 45 0 0.76 0.74 0.32 358.64 0.61 0.42
Hex AE 2A 2D 0 4C 4A 20 167 3D 2A
Octal 256 52 55 0 114 112 40 547 75 52
Binary 10101110 101010 101101 0 1001100 1001010 100000 101100111 111101 101010

Color Harmonies of #AE2A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2A2D

Black with #AE2A2D

Text Example


Text Example

White with #AE2A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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