Html Css Color HEX #AE262C Guardsman Red

📋 copy color: '#AE262C'

red 174 ◦ green 38 ◦ blue 44

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

Shades of Guardsman Red #AE262C

Tints of Guardsman Red #AE262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 67.97%
G = 14.84%
B = 17.19%

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

#AE262C (or 0xAE262C) is known color: Guardsman Red. HEX triplet: AE, 26 and 2C. RGB value is (174,38,44). Sum of RGB (Red+Green+Blue) = 174+38+44=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE262C is #51D9D3. Grayscale: #4F4F4F. Windows color (decimal): -5364180 or 2893486. OLE color: 2893486.

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

Color convert

RGB 174 38 44 -
CMYK 0 0.78 0.75 0.32
HSL 357.35º 0.64% 0.42% -
HSV(B) 357.35º 0.78% 0.68% -
XYZ 18.6 10.57 3.44 -
YUV 79.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 174 38 44 0 0.78 0.75 0.32 357.35 0.64 0.42
Hex AE 26 2C 0 4E 4B 20 165 40 2A
Octal 256 46 54 0 116 113 40 545 100 52
Binary 10101110 100110 101100 0 1001110 1001011 100000 101100101 1000000 101010

Color Harmonies of #AE262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE262C

Black with #AE262C

Text Example


Text Example

White with #AE262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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