Html Css Color HEX #AE193D Cardinal

📋 copy color: '#AE193D'

red 174 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #AE193D

Tints of Cardinal #AE193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

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

R = 66.92%
G = 9.62%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE193D (or 0xAE193D) is known color: Cardinal. HEX triplet: AE, 19 and 3D. RGB value is (174,25,61). Sum of RGB (Red+Green+Blue) = 174+25+61=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE193D is #51E6C2. Grayscale: #494949. Windows color (decimal): -5367491 or 4004270. OLE color: 4004270.

HSL color Cylindrical-coordinate representation of color #AE193D: hue angle of 345.5º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE193D is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 25 61 -
CMYK 0 0.86 0.65 0.32
HSL 345.5º 0.75% 0.39% -
HSV(B) 345.5º 0.86% 0.68% -
XYZ 18.65 10.03 5.37 -
YUV 73.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 174 25 61 0 0.86 0.65 0.32 345.5 0.75 0.39
Hex AE 19 3D 0 56 41 20 15A 4B 27
Octal 256 31 75 0 126 101 40 532 113 47
Binary 10101110 11001 111101 0 1010110 1000001 100000 101011010 1001011 100111

Color Harmonies of #AE193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE193D

Black with #AE193D

Text Example


Text Example

White with #AE193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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