Html Css Color HEX #AE272D Guardsman Red

📋 copy color: '#AE272D'

red 174 ◦ green 39 ◦ blue 45

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

Shades of Guardsman Red #AE272D

Tints of Guardsman Red #AE272D

RGB

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

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

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

R = 67.44%
G = 15.12%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE272D (or 0xAE272D) is known color: Guardsman Red. HEX triplet: AE, 27 and 2D. RGB value is (174,39,45). Sum of RGB (Red+Green+Blue) = 174+39+45=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE272D is #51D8D2. Grayscale: #505050. Windows color (decimal): -5363923 or 2959278. OLE color: 2959278.

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

Color convert

RGB 174 39 45 -
CMYK 0 0.78 0.74 0.32
HSL 357.33º 0.63% 0.42% -
HSV(B) 357.33º 0.78% 0.68% -
XYZ 18.65 10.64 3.55 -
YUV 80.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 174 39 45 0 0.78 0.74 0.32 357.33 0.63 0.42
Hex AE 27 2D 0 4E 4A 20 165 3F 2A
Octal 256 47 55 0 116 112 40 545 77 52
Binary 10101110 100111 101101 0 1001110 1001010 100000 101100101 111111 101010

Color Harmonies of #AE272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE272D

Black with #AE272D

Text Example


Text Example

White with #AE272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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