Html Css Color HEX #AE1143 Cardinal

📋 copy color: '#AE1143'

red 174 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #AE1143

Tints of Cardinal #AE1143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

 BLUE value IS 67 (26.56% from 255) = 25.97%

R = 67.44%
G = 6.59%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE1143 (or 0xAE1143) is known color: Cardinal. HEX triplet: AE, 11 and 43. RGB value is (174,17,67). Sum of RGB (Red+Green+Blue) = 174+17+67=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1143 is #51EEBC. Grayscale: #454545. Windows color (decimal): -5369533 or 4395438. OLE color: 4395438.

HSL color Cylindrical-coordinate representation of color #AE1143: hue angle of 340.89º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1143 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 67 -
CMYK 0 0.90 0.61 0.32
HSL 340.89º 0.82% 0.37% -
HSV(B) 340.89º 0.9% 0.68% -
XYZ 18.67 9.8 6.22 -
YUV 69.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 174 17 67 0 0.90 0.61 0.32 340.89 0.82 0.37
Hex AE 11 43 0 5A 3D 20 155 52 25
Octal 256 21 103 0 132 75 40 525 122 45
Binary 10101110 10001 1000011 0 1011010 111101 100000 101010101 1010010 100101

Color Harmonies of #AE1143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1143

Black with #AE1143

Text Example


Text Example

White with #AE1143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1143; }

 p { color: rgb(174,17,67); }

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

background-color css

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

 a { background-color: rgb(174,17,67); }

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

border-color css

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

 span { border-color: rgb(174,17,67); }

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