Html Css Color HEX #AE1640 Cardinal

📋 copy color: '#AE1640'

red 174 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #AE1640

Tints of Cardinal #AE1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

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

R = 66.92%
G = 8.46%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1640 (or 0xAE1640) is known color: Cardinal. HEX triplet: AE, 16 and 40. RGB value is (174,22,64). Sum of RGB (Red+Green+Blue) = 174+22+64=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1640 is #51E9BF. Grayscale: #484848. Windows color (decimal): -5368256 or 4200110. OLE color: 4200110.

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

Color convert

RGB 174 22 64 -
CMYK 0 0.87 0.63 0.32
HSL 343.42º 0.78% 0.38% -
HSV(B) 343.42º 0.87% 0.68% -
XYZ 18.67 9.94 5.79 -
YUV 72.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 174 22 64 0 0.87 0.63 0.32 343.42 0.78 0.38
Hex AE 16 40 0 57 3F 20 157 4E 26
Octal 256 26 100 0 127 77 40 527 116 46
Binary 10101110 10110 1000000 0 1010111 111111 100000 101010111 1001110 100110

Color Harmonies of #AE1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1640

Black with #AE1640

Text Example


Text Example

White with #AE1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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