Html Css Color HEX #AE262E Guardsman Red

📋 copy color: '#AE262E'

red 174 ◦ green 38 ◦ blue 46

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

Shades of Guardsman Red #AE262E

Tints of Guardsman Red #AE262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 67.44%
G = 14.73%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE262E (or 0xAE262E) is known color: Guardsman Red. HEX triplet: AE, 26 and 2E. RGB value is (174,38,46). Sum of RGB (Red+Green+Blue) = 174+38+46=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE262E is #51D9D1. Grayscale: #4F4F4F. Windows color (decimal): -5364178 or 3024558. OLE color: 3024558.

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

Color convert

RGB 174 38 46 -
CMYK 0 0.78 0.74 0.32
HSL 356.47º 0.64% 0.42% -
HSV(B) 356.47º 0.78% 0.68% -
XYZ 18.64 10.58 3.64 -
YUV 79.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 174 38 46 0 0.78 0.74 0.32 356.47 0.64 0.42
Hex AE 26 2E 0 4E 4A 20 164 40 2A
Octal 256 46 56 0 116 112 40 544 100 52
Binary 10101110 100110 101110 0 1001110 1001010 100000 101100100 1000000 101010

Color Harmonies of #AE262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE262E

Black with #AE262E

Text Example


Text Example

White with #AE262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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