Html Css Color HEX #AE1745 Cardinal

📋 copy color: '#AE1745'

red 174 ◦ green 23 ◦ blue 69

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

Shades of Cardinal #AE1745

Tints of Cardinal #AE1745

RGB

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

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

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

R = 65.41%
G = 8.65%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE1745 (or 0xAE1745) is known color: Cardinal. HEX triplet: AE, 17 and 45. RGB value is (174,23,69). Sum of RGB (Red+Green+Blue) = 174+23+69=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1745 is #51E8BA. Grayscale: #494949. Windows color (decimal): -5367995 or 4528046. OLE color: 4528046.

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

Color convert

RGB 174 23 69 -
CMYK 0 0.87 0.60 0.32
HSL 341.72º 0.77% 0.39% -
HSV(B) 341.72º 0.87% 0.68% -
XYZ 18.84 10.04 6.58 -
YUV 73.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 174 23 69 0 0.87 0.60 0.32 341.72 0.77 0.39
Hex AE 17 45 0 57 3C 20 156 4D 27
Octal 256 27 105 0 127 74 40 526 115 47
Binary 10101110 10111 1000101 0 1010111 111100 100000 101010110 1001101 100111

Color Harmonies of #AE1745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1745

Black with #AE1745

Text Example


Text Example

White with #AE1745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1745; }

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

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

background-color css

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

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

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

border-color css

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

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

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