Html Css Color HEX #AE1445 Cardinal

📋 copy color: '#AE1445'

red 174 ◦ green 20 ◦ blue 69

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

Shades of Cardinal #AE1445

Tints of Cardinal #AE1445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.24%

R = 66.16%
G = 7.6%
B = 26.24%

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

#AE1445 (or 0xAE1445) is known color: Cardinal. HEX triplet: AE, 14 and 45. RGB value is (174,20,69). Sum of RGB (Red+Green+Blue) = 174+20+69=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1445 is #51EBBA. Grayscale: #474747. Windows color (decimal): -5368763 or 4527278. OLE color: 4527278.

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

Color convert

RGB 174 20 69 -
CMYK 0 0.89 0.60 0.32
HSL 340.91º 0.79% 0.38% -
HSV(B) 340.91º 0.89% 0.68% -
XYZ 18.78 9.93 6.56 -
YUV 71.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 174 20 69 0 0.89 0.60 0.32 340.91 0.79 0.38
Hex AE 14 45 0 59 3C 20 155 4F 26
Octal 256 24 105 0 131 74 40 525 117 46
Binary 10101110 10100 1000101 0 1011001 111100 100000 101010101 1001111 100110

Color Harmonies of #AE1445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1445

Black with #AE1445

Text Example


Text Example

White with #AE1445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1445; }

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

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

background-color css

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

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

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

border-color css

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

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

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