Html Css Color HEX #AE353A Guardsman Red

📋 copy color: '#AE353A'

red 174 ◦ green 53 ◦ blue 58

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

Shades of Guardsman Red #AE353A

Tints of Guardsman Red #AE353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 61.05%
G = 18.6%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE353A (or 0xAE353A) is known color: Guardsman Red. HEX triplet: AE, 35 and 3A. RGB value is (174,53,58). Sum of RGB (Red+Green+Blue) = 174+53+58=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE353A is #51CAC5. Grayscale: #595959. Windows color (decimal): -5360326 or 3814830. OLE color: 3814830.

HSL color Cylindrical-coordinate representation of color #AE353A: hue angle of 357.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE353A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 53 58 -
CMYK 0 0.70 0.67 0.32
HSL 357.52º 0.53% 0.45% -
HSV(B) 357.52º 0.7% 0.68% -
XYZ 19.49 11.85 5.26 -
YUV 89.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 174 53 58 0 0.70 0.67 0.32 357.52 0.53 0.45
Hex AE 35 3A 0 46 43 20 166 35 2D
Octal 256 65 72 0 106 103 40 546 65 55
Binary 10101110 110101 111010 0 1000110 1000011 100000 101100110 110101 101101

Color Harmonies of #AE353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE353A

Black with #AE353A

Text Example


Text Example

White with #AE353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE353A; }

 p { color: rgb(174,53,58); }

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

background-color css

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

 a { background-color: rgb(174,53,58); }

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

border-color css

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

 span { border-color: rgb(174,53,58); }

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