Html Css Color HEX #AE2427 Guardsman Red

📋 copy color: '#AE2427'

red 174 ◦ green 36 ◦ blue 39

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

Shades of Guardsman Red #AE2427

Tints of Guardsman Red #AE2427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 69.88%
G = 14.46%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE2427 (or 0xAE2427) is known color: Guardsman Red. HEX triplet: AE, 24 and 27. RGB value is (174,36,39). Sum of RGB (Red+Green+Blue) = 174+36+39=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2427 is #51DBD8. Grayscale: #4D4D4D. Windows color (decimal): -5364697 or 2565294. OLE color: 2565294.

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

Color convert

RGB 174 36 39 -
CMYK 0 0.79 0.78 0.32
HSL 358.7º 0.66% 0.41% -
HSV(B) 358.7º 0.79% 0.68% -
XYZ 18.45 10.41 2.96 -
YUV 77.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 174 36 39 0 0.79 0.78 0.32 358.7 0.66 0.41
Hex AE 24 27 0 4F 4E 20 167 42 29
Octal 256 44 47 0 117 116 40 547 102 51
Binary 10101110 100100 100111 0 1001111 1001110 100000 101100111 1000010 101001

Color Harmonies of #AE2427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2427

Black with #AE2427

Text Example


Text Example

White with #AE2427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2427; }

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

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

background-color css

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

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

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

border-color css

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

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

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