Html Css Color HEX #AE142E Cardinal

📋 copy color: '#AE142E'

red 174 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #AE142E

Tints of Cardinal #AE142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 72.5%
G = 8.33%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE142E (or 0xAE142E) is known color: Cardinal. HEX triplet: AE, 14 and 2E. RGB value is (174,20,46). Sum of RGB (Red+Green+Blue) = 174+20+46=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE142E is #51EBD1. Grayscale: #454545. Windows color (decimal): -5368786 or 3019950. OLE color: 3019950.

HSL color Cylindrical-coordinate representation of color #AE142E: hue angle of 349.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE142E is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 46 -
CMYK 0 0.89 0.74 0.32
HSL 349.87º 0.79% 0.38% -
HSV(B) 349.87º 0.89% 0.68% -
XYZ 18.2 9.7 3.5 -
YUV 69.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 174 20 46 0 0.89 0.74 0.32 349.87 0.79 0.38
Hex AE 14 2E 0 59 4A 20 15E 4F 26
Octal 256 24 56 0 131 112 40 536 117 46
Binary 10101110 10100 101110 0 1011001 1001010 100000 101011110 1001111 100110

Color Harmonies of #AE142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE142E

Black with #AE142E

Text Example


Text Example

White with #AE142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE142E; }

 p { color: rgb(174,20,46); }

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

background-color css

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

 a { background-color: rgb(174,20,46); }

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

border-color css

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

 span { border-color: rgb(174,20,46); }

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