Html Css Color HEX #AE2040 Cardinal

📋 copy color: '#AE2040'

red 174 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #AE2040

Tints of Cardinal #AE2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 64.44%
G = 11.85%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE2040 (or 0xAE2040) is known color: Cardinal. HEX triplet: AE, 20 and 40. RGB value is (174,32,64). Sum of RGB (Red+Green+Blue) = 174+32+64=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2040 is #51DFBF. Grayscale: #4E4E4E. Windows color (decimal): -5365696 or 4202670. OLE color: 4202670.

HSL color Cylindrical-coordinate representation of color #AE2040: hue angle of 346.48º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2040 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 64 -
CMYK 0 0.82 0.63 0.32
HSL 346.48º 0.69% 0.4% -
HSV(B) 346.48º 0.82% 0.68% -
XYZ 18.9 10.4 5.86 -
YUV 78.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 174 32 64 0 0.82 0.63 0.32 346.48 0.69 0.4
Hex AE 20 40 0 52 3F 20 15A 45 28
Octal 256 40 100 0 122 77 40 532 105 50
Binary 10101110 100000 1000000 0 1010010 111111 100000 101011010 1000101 101000

Color Harmonies of #AE2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2040

Black with #AE2040

Text Example


Text Example

White with #AE2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2040; }

 p { color: rgb(174,32,64); }

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

background-color css

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

 a { background-color: rgb(174,32,64); }

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

border-color css

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

 span { border-color: rgb(174,32,64); }

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