Html Css Color HEX #AE282A Guardsman Red

📋 copy color: '#AE282A'

red 174 ◦ green 40 ◦ blue 42

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

Shades of Guardsman Red #AE282A

Tints of Guardsman Red #AE282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 67.97%
G = 15.63%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE282A (or 0xAE282A) is known color: Guardsman Red. HEX triplet: AE, 28 and 2A. RGB value is (174,40,42). Sum of RGB (Red+Green+Blue) = 174+40+42=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE282A is #51D7D5. Grayscale: #505050. Windows color (decimal): -5363670 or 2762926. OLE color: 2762926.

HSL color Cylindrical-coordinate representation of color #AE282A: hue angle of 359.1º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE282A is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 40 42 -
CMYK 0 0.77 0.76 0.32
HSL 359.1º 0.63% 0.42% -
HSV(B) 359.1º 0.77% 0.68% -
XYZ 18.63 10.68 3.27 -
YUV 80.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 174 40 42 0 0.77 0.76 0.32 359.1 0.63 0.42
Hex AE 28 2A 0 4D 4C 20 167 3F 2A
Octal 256 50 52 0 115 114 40 547 77 52
Binary 10101110 101000 101010 0 1001101 1001100 100000 101100111 111111 101010

Color Harmonies of #AE282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE282A

Black with #AE282A

Text Example


Text Example

White with #AE282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE282A; }

 p { color: rgb(174,40,42); }

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

background-color css

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

 a { background-color: rgb(174,40,42); }

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

border-color css

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

 span { border-color: rgb(174,40,42); }

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