Html Css Color HEX #AE1240 Cardinal

📋 copy color: '#AE1240'

red 174 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #AE1240

Tints of Cardinal #AE1240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 64 (25.39% from 255) = 25%

R = 67.97%
G = 7.03%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1240 (or 0xAE1240) is known color: Cardinal. HEX triplet: AE, 12 and 40. RGB value is (174,18,64). Sum of RGB (Red+Green+Blue) = 174+18+64=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1240 is #51EDBF. Grayscale: #454545. Windows color (decimal): -5369280 or 4199086. OLE color: 4199086.

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

Color convert

RGB 174 18 64 -
CMYK 0 0.90 0.63 0.32
HSL 342.31º 0.81% 0.38% -
HSV(B) 342.31º 0.9% 0.68% -
XYZ 18.6 9.8 5.76 -
YUV 69.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 174 18 64 0 0.90 0.63 0.32 342.31 0.81 0.38
Hex AE 12 40 0 5A 3F 20 156 51 26
Octal 256 22 100 0 132 77 40 526 121 46
Binary 10101110 10010 1000000 0 1011010 111111 100000 101010110 1010001 100110

Color Harmonies of #AE1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1240

Black with #AE1240

Text Example


Text Example

White with #AE1240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1240; }

 p { color: rgb(174,18,64); }

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

background-color css

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

 a { background-color: rgb(174,18,64); }

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

border-color css

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

 span { border-color: rgb(174,18,64); }

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