Html Css Color HEX #AE173D Cardinal

📋 copy color: '#AE173D'

red 174 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #AE173D

Tints of Cardinal #AE173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 67.44%
G = 8.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE173D (or 0xAE173D) is known color: Cardinal. HEX triplet: AE, 17 and 3D. RGB value is (174,23,61). Sum of RGB (Red+Green+Blue) = 174+23+61=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE173D is #51E8C2. Grayscale: #484848. Windows color (decimal): -5368003 or 4003758. OLE color: 4003758.

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

Color convert

RGB 174 23 61 -
CMYK 0 0.87 0.65 0.32
HSL 344.9º 0.77% 0.39% -
HSV(B) 344.9º 0.87% 0.68% -
XYZ 18.6 9.95 5.35 -
YUV 72.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 174 23 61 0 0.87 0.65 0.32 344.9 0.77 0.39
Hex AE 17 3D 0 57 41 20 159 4D 27
Octal 256 27 75 0 127 101 40 531 115 47
Binary 10101110 10111 111101 0 1010111 1000001 100000 101011001 1001101 100111

Color Harmonies of #AE173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE173D

Black with #AE173D

Text Example


Text Example

White with #AE173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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