Html Css Color HEX #AE2C33 Guardsman Red

📋 copy color: '#AE2C33'

red 174 ◦ green 44 ◦ blue 51

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

Shades of Guardsman Red #AE2C33

Tints of Guardsman Red #AE2C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.96%

R = 64.68%
G = 16.36%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE2C33 (or 0xAE2C33) is known color: Guardsman Red. HEX triplet: AE, 2C and 33. RGB value is (174,44,51). Sum of RGB (Red+Green+Blue) = 174+44+51=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C33 is #51D3CC. Grayscale: #535353. Windows color (decimal): -5362637 or 3353774. OLE color: 3353774.

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

Color convert

RGB 174 44 51 -
CMYK 0 0.75 0.71 0.32
HSL 356.77º 0.6% 0.43% -
HSV(B) 356.77º 0.75% 0.68% -
XYZ 18.95 11.04 4.26 -
YUV 83.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 174 44 51 0 0.75 0.71 0.32 356.77 0.6 0.43
Hex AE 2C 33 0 4B 47 20 165 3C 2B
Octal 256 54 63 0 113 107 40 545 74 53
Binary 10101110 101100 110011 0 1001011 1000111 100000 101100101 111100 101011

Color Harmonies of #AE2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C33

Black with #AE2C33

Text Example


Text Example

White with #AE2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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