#AE1439

Color #AE1439 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AE1439

Tints of Cardinal #AE1439

Color information

#AE1439 (or 0xAE1439) is unknown color: approx Cardinal. HEX triplet: AE, 14 and 39. RGB value is (174,20,57). Sum of RGB (Red+Green+Blue) = 174+20+57=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1439 is #51EBC6. Grayscale: #464646. Windows color (decimal): -5368775 or 3740846. OLE color: 3740846.

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

Color convert

RGB1742057-
CMYK00.890.670.32
HSL345.58º79.38%38.04%-
HSV(B)345.58º88.51%68.24%-
XYZ18.449.794.79-
YUV70.26120.52201.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.32%
GREEN value IS 20 (8.20% from 255) = 7.97%
BLUE value IS 57 (22.66% from 255) = 22.71%
R=69.32%
G=7.97%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174205700.890.670.32345.5879.3838.04
HexAE1439059432015a4f26
Octal256247101311034053211746
Binary10101110101001110010101100110000111000001010110101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1439; }

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

 H1.HeaderClassName
 {
   color: #AE1439;
 }
 .AnyTagClassName
 {
   color: #AE1439;
 }
</style>
background-color css

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

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

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

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

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

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