Html Css Color HEX #AE1740 Cardinal

📋 copy color: '#AE1740'

red 174 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #AE1740

Tints of Cardinal #AE1740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

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

R = 66.67%
G = 8.81%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1740 (or 0xAE1740) is known color: Cardinal. HEX triplet: AE, 17 and 40. RGB value is (174,23,64). Sum of RGB (Red+Green+Blue) = 174+23+64=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1740 is #51E8BF. Grayscale: #484848. Windows color (decimal): -5368000 or 4200366. OLE color: 4200366.

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

Color convert

RGB 174 23 64 -
CMYK 0 0.87 0.63 0.32
HSL 343.71º 0.77% 0.39% -
HSV(B) 343.71º 0.87% 0.68% -
XYZ 18.69 9.98 5.79 -
YUV 72.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 174 23 64 0 0.87 0.63 0.32 343.71 0.77 0.39
Hex AE 17 40 0 57 3F 20 158 4D 27
Octal 256 27 100 0 127 77 40 530 115 47
Binary 10101110 10111 1000000 0 1010111 111111 100000 101011000 1001101 100111

Color Harmonies of #AE1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1740

Black with #AE1740

Text Example


Text Example

White with #AE1740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1740; }

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

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

background-color css

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

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

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

border-color css

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

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

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