Html Css Color HEX #AE173C Cardinal

📋 copy color: '#AE173C'

red 174 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #AE173C

Tints of Cardinal #AE173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 67.7%
G = 8.95%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE173C (or 0xAE173C) is known color: Cardinal. HEX triplet: AE, 17 and 3C. RGB value is (174,23,60). Sum of RGB (Red+Green+Blue) = 174+23+60=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE173C is #51E8C3. Grayscale: #484848. Windows color (decimal): -5368004 or 3938222. OLE color: 3938222.

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

Color convert

RGB 174 23 60 -
CMYK 0 0.87 0.66 0.32
HSL 345.3º 0.77% 0.39% -
HSV(B) 345.3º 0.87% 0.68% -
XYZ 18.58 9.94 5.21 -
YUV 72.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 174 23 60 0 0.87 0.66 0.32 345.3 0.77 0.39
Hex AE 17 3C 0 57 42 20 159 4D 27
Octal 256 27 74 0 127 102 40 531 115 47
Binary 10101110 10111 111100 0 1010111 1000010 100000 101011001 1001101 100111

Color Harmonies of #AE173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE173C

Black with #AE173C

Text Example


Text Example

White with #AE173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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