Html Css Color HEX #AE1434 Cardinal

📋 copy color: '#AE1434'

red 174 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #AE1434

Tints of Cardinal #AE1434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.14%

R = 70.73%
G = 8.13%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE1434 (or 0xAE1434) is known color: Cardinal. HEX triplet: AE, 14 and 34. RGB value is (174,20,52). Sum of RGB (Red+Green+Blue) = 174+20+52=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1434 is #51EBCB. Grayscale: #454545. Windows color (decimal): -5368780 or 3413166. OLE color: 3413166.

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

Color convert

RGB 174 20 52 -
CMYK 0 0.89 0.70 0.32
HSL 347.53º 0.79% 0.38% -
HSV(B) 347.53º 0.89% 0.68% -
XYZ 18.33 9.75 4.16 -
YUV 69.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 174 20 52 0 0.89 0.70 0.32 347.53 0.79 0.38
Hex AE 14 34 0 59 46 20 15C 4F 26
Octal 256 24 64 0 131 106 40 534 117 46
Binary 10101110 10100 110100 0 1011001 1000110 100000 101011100 1001111 100110

Color Harmonies of #AE1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1434

Black with #AE1434

Text Example


Text Example

White with #AE1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1434; }

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

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

background-color css

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

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

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

border-color css

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

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

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