#AE1728

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

Shades of Cardinal #AE1728

Tints of Cardinal #AE1728

Color information

#AE1728 (or 0xAE1728) is unknown color: approx Cardinal. HEX triplet: AE, 17 and 28. RGB value is (174,23,40). Sum of RGB (Red+Green+Blue) = 174+23+40=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1728 is #51E8D7. Grayscale: #464646. Windows color (decimal): -5368024 or 2627502. OLE color: 2627502.

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

Color convert

RGB1742340-
CMYK00.870.770.32
HSL353.25º76.65%38.63%-
HSV(B)353.25º86.78%68.24%-
XYZ18.149.762.94-
YUV70.09111.03202.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 23 (9.38% from 255) = 9.70%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=73.42%
G=9.70%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174234000.870.770.32353.2576.6538.63
HexAE17280574D201614d27
Octal256275001271154054111547
Binary10101110101111010000101011110011011000001011000011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1728; }

 p { color: rgb(174,23,40); }

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

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

 a { background-color: rgb(174,23,40); }

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

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

 span { border-color: rgb(174,23,40); }

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