Html Css Color HEX #AE2833 Guardsman Red

📋 copy color: '#AE2833'

red 174 ◦ green 40 ◦ blue 51

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

Shades of Guardsman Red #AE2833

Tints of Guardsman Red #AE2833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 65.66%
G = 15.09%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE2833 (or 0xAE2833) is known color: Guardsman Red. HEX triplet: AE, 28 and 33. RGB value is (174,40,51). Sum of RGB (Red+Green+Blue) = 174+40+51=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2833 is #51D7CC. Grayscale: #515151. Windows color (decimal): -5363661 or 3352750. OLE color: 3352750.

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

Color convert

RGB 174 40 51 -
CMYK 0 0.77 0.71 0.32
HSL 355.07º 0.63% 0.42% -
HSV(B) 355.07º 0.77% 0.68% -
XYZ 18.81 10.76 4.22 -
YUV 81.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 174 40 51 0 0.77 0.71 0.32 355.07 0.63 0.42
Hex AE 28 33 0 4D 47 20 163 3F 2A
Octal 256 50 63 0 115 107 40 543 77 52
Binary 10101110 101000 110011 0 1001101 1000111 100000 101100011 111111 101010

Color Harmonies of #AE2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2833

Black with #AE2833

Text Example


Text Example

White with #AE2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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