Html Css Color HEX #AE1540 Cardinal

📋 copy color: '#AE1540'

red 174 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #AE1540

Tints of Cardinal #AE1540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

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

R = 67.18%
G = 8.11%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1540 (or 0xAE1540) is known color: Cardinal. HEX triplet: AE, 15 and 40. RGB value is (174,21,64). Sum of RGB (Red+Green+Blue) = 174+21+64=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1540 is #51EABF. Grayscale: #474747. Windows color (decimal): -5368512 or 4199854. OLE color: 4199854.

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

Color convert

RGB 174 21 64 -
CMYK 0 0.88 0.63 0.32
HSL 343.14º 0.78% 0.38% -
HSV(B) 343.14º 0.88% 0.68% -
XYZ 18.65 9.91 5.78 -
YUV 71.65 123.69 201 -
System Red Green Blue C M Y K H S L
Decimal 174 21 64 0 0.88 0.63 0.32 343.14 0.78 0.38
Hex AE 15 40 0 58 3F 20 157 4E 26
Octal 256 25 100 0 130 77 40 527 116 46
Binary 10101110 10101 1000000 0 1011000 111111 100000 101010111 1001110 100110

Color Harmonies of #AE1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1540

Black with #AE1540

Text Example


Text Example

White with #AE1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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