Html Css Color HEX #AE173A Cardinal

📋 copy color: '#AE173A'

red 174 ◦ green 23 ◦ blue 58

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

Shades of Cardinal #AE173A

Tints of Cardinal #AE173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 68.24%
G = 9.02%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE173A (or 0xAE173A) is known color: Cardinal. HEX triplet: AE, 17 and 3A. RGB value is (174,23,58). Sum of RGB (Red+Green+Blue) = 174+23+58=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE173A is #51E8C5. Grayscale: #484848. Windows color (decimal): -5368006 or 3807150. OLE color: 3807150.

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

Color convert

RGB 174 23 58 -
CMYK 0 0.87 0.67 0.32
HSL 346.09º 0.77% 0.39% -
HSV(B) 346.09º 0.87% 0.68% -
XYZ 18.53 9.92 4.94 -
YUV 72.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 174 23 58 0 0.87 0.67 0.32 346.09 0.77 0.39
Hex AE 17 3A 0 57 43 20 15A 4D 27
Octal 256 27 72 0 127 103 40 532 115 47
Binary 10101110 10111 111010 0 1010111 1000011 100000 101011010 1001101 100111

Color Harmonies of #AE173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE173A

Black with #AE173A

Text Example


Text Example

White with #AE173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE173A; }

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

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

background-color css

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

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

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

border-color css

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

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

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