Html Css Color HEX #AE143E Cardinal

📋 copy color: '#AE143E'

red 174 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #AE143E

Tints of Cardinal #AE143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 67.97%
G = 7.81%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE143E (or 0xAE143E) is known color: Cardinal. HEX triplet: AE, 14 and 3E. RGB value is (174,20,62). Sum of RGB (Red+Green+Blue) = 174+20+62=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE143E is #51EBC1. Grayscale: #464646. Windows color (decimal): -5368770 or 4068526. OLE color: 4068526.

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

Color convert

RGB 174 20 62 -
CMYK 0 0.89 0.64 0.32
HSL 343.64º 0.79% 0.38% -
HSV(B) 343.64º 0.89% 0.68% -
XYZ 18.58 9.85 5.48 -
YUV 70.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 174 20 62 0 0.89 0.64 0.32 343.64 0.79 0.38
Hex AE 14 3E 0 59 40 20 158 4F 26
Octal 256 24 76 0 131 100 40 530 117 46
Binary 10101110 10100 111110 0 1011001 1000000 100000 101011000 1001111 100110

Color Harmonies of #AE143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE143E

Black with #AE143E

Text Example


Text Example

White with #AE143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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