Html Css Color HEX #AE1946 Cardinal

📋 copy color: '#AE1946'

red 174 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #AE1946

Tints of Cardinal #AE1946

RGB

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

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

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

R = 64.68%
G = 9.29%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE1946 (or 0xAE1946) is known color: Cardinal. HEX triplet: AE, 19 and 46. RGB value is (174,25,70). Sum of RGB (Red+Green+Blue) = 174+25+70=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1946 is #51E6B9. Grayscale: #4A4A4A. Windows color (decimal): -5367482 or 4594094. OLE color: 4594094.

HSL color Cylindrical-coordinate representation of color #AE1946: hue angle of 341.88º 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 #AE1946 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 25 70 -
CMYK 0 0.86 0.60 0.32
HSL 341.88º 0.75% 0.39% -
HSV(B) 341.88º 0.86% 0.68% -
XYZ 18.91 10.14 6.75 -
YUV 74.68 125.36 198.84 -
System Red Green Blue C M Y K H S L
Decimal 174 25 70 0 0.86 0.60 0.32 341.88 0.75 0.39
Hex AE 19 46 0 56 3C 20 156 4B 27
Octal 256 31 106 0 126 74 40 526 113 47
Binary 10101110 11001 1000110 0 1010110 111100 100000 101010110 1001011 100111

Color Harmonies of #AE1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1946

Black with #AE1946

Text Example


Text Example

White with #AE1946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1946; }

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

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

background-color css

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

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

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

border-color css

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

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

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