Html Css Color HEX #AE272C Guardsman Red

📋 copy color: '#AE272C'

red 174 ◦ green 39 ◦ blue 44

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

Shades of Guardsman Red #AE272C

Tints of Guardsman Red #AE272C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 67.7%
G = 15.18%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE272C (or 0xAE272C) is known color: Guardsman Red. HEX triplet: AE, 27 and 2C. RGB value is (174,39,44). Sum of RGB (Red+Green+Blue) = 174+39+44=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE272C is #51D8D3. Grayscale: #505050. Windows color (decimal): -5363924 or 2893742. OLE color: 2893742.

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

Color convert

RGB 174 39 44 -
CMYK 0 0.78 0.75 0.32
HSL 357.78º 0.63% 0.42% -
HSV(B) 357.78º 0.78% 0.68% -
XYZ 18.64 10.63 3.45 -
YUV 79.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 174 39 44 0 0.78 0.75 0.32 357.78 0.63 0.42
Hex AE 27 2C 0 4E 4B 20 166 3F 2A
Octal 256 47 54 0 116 113 40 546 77 52
Binary 10101110 100111 101100 0 1001110 1001011 100000 101100110 111111 101010

Color Harmonies of #AE272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE272C

Black with #AE272C

Text Example


Text Example

White with #AE272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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