Html Css Color HEX #AE2142 Cardinal

📋 copy color: '#AE2142'

red 174 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #AE2142

Tints of Cardinal #AE2142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 63.74%
G = 12.09%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE2142 (or 0xAE2142) is known color: Cardinal. HEX triplet: AE, 21 and 42. RGB value is (174,33,66). Sum of RGB (Red+Green+Blue) = 174+33+66=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2142 is #51DEBD. Grayscale: #4E4E4E. Windows color (decimal): -5365438 or 4333998. OLE color: 4333998.

HSL color Cylindrical-coordinate representation of color #AE2142: hue angle of 345.96º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2142 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 33 66 -
CMYK 0 0.81 0.62 0.32
HSL 345.96º 0.68% 0.41% -
HSV(B) 345.96º 0.81% 0.68% -
XYZ 18.98 10.48 6.18 -
YUV 78.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 174 33 66 0 0.81 0.62 0.32 345.96 0.68 0.41
Hex AE 21 42 0 51 3E 20 15A 44 29
Octal 256 41 102 0 121 76 40 532 104 51
Binary 10101110 100001 1000010 0 1010001 111110 100000 101011010 1000100 101001

Color Harmonies of #AE2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2142

Black with #AE2142

Text Example


Text Example

White with #AE2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2142; }

 p { color: rgb(174,33,66); }

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

background-color css

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

 a { background-color: rgb(174,33,66); }

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

border-color css

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

 span { border-color: rgb(174,33,66); }

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