Html Css Color HEX #AE173E Cardinal

📋 copy color: '#AE173E'

red 174 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #AE173E

Tints of Cardinal #AE173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 67.18%
G = 8.88%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE173E (or 0xAE173E) is known color: Cardinal. HEX triplet: AE, 17 and 3E. RGB value is (174,23,62). Sum of RGB (Red+Green+Blue) = 174+23+62=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE173E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE173E is #51E8C1. Grayscale: #484848. Windows color (decimal): -5368002 or 4069294. OLE color: 4069294.

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

Color convert

RGB 174 23 62 -
CMYK 0 0.87 0.64 0.32
HSL 344.5º 0.77% 0.39% -
HSV(B) 344.5º 0.87% 0.68% -
XYZ 18.63 9.96 5.5 -
YUV 72.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 174 23 62 0 0.87 0.64 0.32 344.5 0.77 0.39
Hex AE 17 3E 0 57 40 20 159 4D 27
Octal 256 27 76 0 127 100 40 531 115 47
Binary 10101110 10111 111110 0 1010111 1000000 100000 101011001 1001101 100111

Color Harmonies of #AE173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE173E

Black with #AE173E

Text Example


Text Example

White with #AE173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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