Html Css Color HEX #AE2728 Guardsman Red

📋 copy color: '#AE2728'

red 174 ◦ green 39 ◦ blue 40

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

Shades of Guardsman Red #AE2728

Tints of Guardsman Red #AE2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 68.77%
G = 15.42%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE2728 (or 0xAE2728) is known color: Guardsman Red. HEX triplet: AE, 27 and 28. RGB value is (174,39,40). Sum of RGB (Red+Green+Blue) = 174+39+40=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2728 is #51D8D7. Grayscale: #4F4F4F. Windows color (decimal): -5363928 or 2631598. OLE color: 2631598.

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

Color convert

RGB 174 39 40 -
CMYK 0 0.78 0.77 0.32
HSL 359.56º 0.63% 0.42% -
HSV(B) 359.56º 0.78% 0.68% -
XYZ 18.56 10.6 3.08 -
YUV 79.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 174 39 40 0 0.78 0.77 0.32 359.56 0.63 0.42
Hex AE 27 28 0 4E 4D 20 168 3F 2A
Octal 256 47 50 0 116 115 40 550 77 52
Binary 10101110 100111 101000 0 1001110 1001101 100000 101101000 111111 101010

Color Harmonies of #AE2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2728

Black with #AE2728

Text Example


Text Example

White with #AE2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2728; }

 p { color: rgb(174,39,40); }

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

background-color css

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

 a { background-color: rgb(174,39,40); }

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

border-color css

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

 span { border-color: rgb(174,39,40); }

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