Html Css Color HEX #AE282E Guardsman Red

📋 copy color: '#AE282E'

red 174 ◦ green 40 ◦ blue 46

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

Shades of Guardsman Red #AE282E

Tints of Guardsman Red #AE282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 66.92%
G = 15.38%
B = 17.69%

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

#AE282E (or 0xAE282E) is known color: Guardsman Red. HEX triplet: AE, 28 and 2E. RGB value is (174,40,46). Sum of RGB (Red+Green+Blue) = 174+40+46=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE282E is #51D7D1. Grayscale: #505050. Windows color (decimal): -5363666 or 3025070. OLE color: 3025070.

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

Color convert

RGB 174 40 46 -
CMYK 0 0.77 0.74 0.32
HSL 357.31º 0.63% 0.42% -
HSV(B) 357.31º 0.77% 0.68% -
XYZ 18.71 10.71 3.67 -
YUV 80.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 174 40 46 0 0.77 0.74 0.32 357.31 0.63 0.42
Hex AE 28 2E 0 4D 4A 20 165 3F 2A
Octal 256 50 56 0 115 112 40 545 77 52
Binary 10101110 101000 101110 0 1001101 1001010 100000 101100101 111111 101010

Color Harmonies of #AE282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE282E

Black with #AE282E

Text Example


Text Example

White with #AE282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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