Html Css Color HEX #AE1940 Cardinal

📋 copy color: '#AE1940'

red 174 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #AE1940

Tints of Cardinal #AE1940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 66.16%
G = 9.51%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1940 (or 0xAE1940) is known color: Cardinal. HEX triplet: AE, 19 and 40. RGB value is (174,25,64). Sum of RGB (Red+Green+Blue) = 174+25+64=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1940 is #51E6BF. Grayscale: #494949. Windows color (decimal): -5367488 or 4200878. OLE color: 4200878.

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

Color convert

RGB 174 25 64 -
CMYK 0 0.86 0.63 0.32
HSL 344.3º 0.75% 0.39% -
HSV(B) 344.3º 0.86% 0.68% -
XYZ 18.73 10.06 5.81 -
YUV 74 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 174 25 64 0 0.86 0.63 0.32 344.3 0.75 0.39
Hex AE 19 40 0 56 3F 20 158 4B 27
Octal 256 31 100 0 126 77 40 530 113 47
Binary 10101110 11001 1000000 0 1010110 111111 100000 101011000 1001011 100111

Color Harmonies of #AE1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1940

Black with #AE1940

Text Example


Text Example

White with #AE1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1940; }

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

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

background-color css

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

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

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

border-color css

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

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

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