#AE0436

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

Shades of Cardinal #AE0436

Tints of Cardinal #AE0436

Color information

#AE0436 (or 0xAE0436) is unknown color: approx Cardinal. HEX triplet: AE, 04 and 36. RGB value is (174,4,54). Sum of RGB (Red+Green+Blue) = 174+4+54=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0436 is #51FBC9. Grayscale: #3C3C3C. Windows color (decimal): -5372874 or 3540142. OLE color: 3540142.

HSL color Cylindrical-coordinate representation of color #AE0436: hue angle of 342.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0436 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB174454-
CMYK00.980.690.32
HSL342.35º95.51%34.9%-
HSV(B)342.35º97.7%68.24%-
XYZ18.169.354.34-
YUV60.53124.32208.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=75%
G=1.72%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17445400.980.690.32342.3595.5134.9
HexAE43606245201566023
Octal25646601421054052614043
Binary101011101001101100110001010001011000001010101101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0436; }

 p { color: rgb(174,4,54); }

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

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

 a { background-color: rgb(174,4,54); }

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

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

 span { border-color: rgb(174,4,54); }

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