Html Css Color HEX #AE1446 Cardinal

📋 copy color: '#AE1446'

red 174 ◦ green 20 ◦ blue 70

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

Shades of Cardinal #AE1446

Tints of Cardinal #AE1446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 65.91%
G = 7.58%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE1446 (or 0xAE1446) is known color: Cardinal. HEX triplet: AE, 14 and 46. RGB value is (174,20,70). Sum of RGB (Red+Green+Blue) = 174+20+70=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1446 is #51EBB9. Grayscale: #474747. Windows color (decimal): -5368762 or 4592814. OLE color: 4592814.

HSL color Cylindrical-coordinate representation of color #AE1446: hue angle of 340.52º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1446 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 70 -
CMYK 0 0.89 0.60 0.32
HSL 340.52º 0.79% 0.38% -
HSV(B) 340.52º 0.89% 0.68% -
XYZ 18.81 9.94 6.72 -
YUV 71.75 127.02 200.93 -
System Red Green Blue C M Y K H S L
Decimal 174 20 70 0 0.89 0.60 0.32 340.52 0.79 0.38
Hex AE 14 46 0 59 3C 20 155 4F 26
Octal 256 24 106 0 131 74 40 525 117 46
Binary 10101110 10100 1000110 0 1011001 111100 100000 101010101 1001111 100110

Color Harmonies of #AE1446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1446

Black with #AE1446

Text Example


Text Example

White with #AE1446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1446; }

 p { color: rgb(174,20,70); }

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

background-color css

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

 a { background-color: rgb(174,20,70); }

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

border-color css

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

 span { border-color: rgb(174,20,70); }

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