Html Css Color HEX #AE282D Guardsman Red

📋 copy color: '#AE282D'

red 174 ◦ green 40 ◦ blue 45

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

Shades of Guardsman Red #AE282D

Tints of Guardsman Red #AE282D

RGB

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

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

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

R = 67.18%
G = 15.44%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE282D (or 0xAE282D) is known color: Guardsman Red. HEX triplet: AE, 28 and 2D. RGB value is (174,40,45). Sum of RGB (Red+Green+Blue) = 174+40+45=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE282D is #51D7D2. Grayscale: #505050. Windows color (decimal): -5363667 or 2959534. OLE color: 2959534.

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

Color convert

RGB 174 40 45 -
CMYK 0 0.77 0.74 0.32
HSL 357.76º 0.63% 0.42% -
HSV(B) 357.76º 0.77% 0.68% -
XYZ 18.69 10.71 3.56 -
YUV 80.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 174 40 45 0 0.77 0.74 0.32 357.76 0.63 0.42
Hex AE 28 2D 0 4D 4A 20 166 3F 2A
Octal 256 50 55 0 115 112 40 546 77 52
Binary 10101110 101000 101101 0 1001101 1001010 100000 101100110 111111 101010

Color Harmonies of #AE282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE282D

Black with #AE282D

Text Example


Text Example

White with #AE282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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