Html Css Color HEX #AE242B Guardsman Red

📋 copy color: '#AE242B'

red 174 ◦ green 36 ◦ blue 43

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

Shades of Guardsman Red #AE242B

Tints of Guardsman Red #AE242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17%

R = 68.77%
G = 14.23%
B = 17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE242B (or 0xAE242B) is known color: Guardsman Red. HEX triplet: AE, 24 and 2B. RGB value is (174,36,43). Sum of RGB (Red+Green+Blue) = 174+36+43=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE242B is #51DBD4. Grayscale: #4E4E4E. Windows color (decimal): -5364693 or 2827438. OLE color: 2827438.

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

Color convert

RGB 174 36 43 -
CMYK 0 0.79 0.75 0.32
HSL 356.96º 0.66% 0.41% -
HSV(B) 356.96º 0.79% 0.68% -
XYZ 18.52 10.43 3.32 -
YUV 78.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 174 36 43 0 0.79 0.75 0.32 356.96 0.66 0.41
Hex AE 24 2B 0 4F 4B 20 165 42 29
Octal 256 44 53 0 117 113 40 545 102 51
Binary 10101110 100100 101011 0 1001111 1001011 100000 101100101 1000010 101001

Color Harmonies of #AE242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE242B

Black with #AE242B

Text Example


Text Example

White with #AE242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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