#AE1545

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

Shades of Cardinal #AE1545

Tints of Cardinal #AE1545

Color information

#AE1545 (or 0xAE1545) is unknown color: approx Cardinal. HEX triplet: AE, 15 and 45. RGB value is (174,21,69). Sum of RGB (Red+Green+Blue) = 174+21+69=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1545 is #51EABA. Grayscale: #484848. Windows color (decimal): -5368507 or 4527534. OLE color: 4527534.

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

Color convert

RGB1742169-
CMYK00.880.600.32
HSL341.18º78.46%38.24%-
HSV(B)341.18º87.93%68.24%-
XYZ18.89.966.56-
YUV72.22126.19200.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.91%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=65.91%
G=7.95%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174216900.880.600.32341.1878.4638.24
HexAE15450583C201554e26
Octal256251050130744052511646
Binary10101110101011000101010110001111001000001010101011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1545; }

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

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

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

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

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

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

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

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