Html Css Color HEX #AE2C2D Guardsman Red

📋 copy color: '#AE2C2D'

red 174 ◦ green 44 ◦ blue 45

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

Shades of Guardsman Red #AE2C2D

Tints of Guardsman Red #AE2C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.73%

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

R = 66.16%
G = 16.73%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE2C2D (or 0xAE2C2D) is known color: Guardsman Red. HEX triplet: AE, 2C and 2D. RGB value is (174,44,45). Sum of RGB (Red+Green+Blue) = 174+44+45=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C2D is #51D3D2. Grayscale: #535353. Windows color (decimal): -5362643 or 2960558. OLE color: 2960558.

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

Color convert

RGB 174 44 45 -
CMYK 0 0.75 0.74 0.32
HSL 359.54º 0.6% 0.43% -
HSV(B) 359.54º 0.75% 0.68% -
XYZ 18.83 10.99 3.61 -
YUV 82.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 174 44 45 0 0.75 0.74 0.32 359.54 0.6 0.43
Hex AE 2C 2D 0 4B 4A 20 168 3C 2B
Octal 256 54 55 0 113 112 40 550 74 53
Binary 10101110 101100 101101 0 1001011 1001010 100000 101101000 111100 101011

Color Harmonies of #AE2C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C2D

Black with #AE2C2D

Text Example


Text Example

White with #AE2C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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