#AE0636

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

Shades of Cardinal #AE0636

Tints of Cardinal #AE0636

Color information

#AE0636 (or 0xAE0636) is unknown color: approx Cardinal. HEX triplet: AE, 06 and 36. RGB value is (174,6,54). Sum of RGB (Red+Green+Blue) = 174+6+54=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0636 is #51F9C9. Grayscale: #3D3D3D. Windows color (decimal): -5372362 or 3540654. OLE color: 3540654.

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

Color convert

RGB174654-
CMYK00.970.690.32
HSL342.86º93.33%35.29%-
HSV(B)342.86º96.55%68.24%-
XYZ18.199.44.34-
YUV61.7123.66208.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 74.36%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=74.36%
G=2.56%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17465400.970.690.32342.8693.3335.29
HexAE63606145201575d23
Octal25666601411054052713543
Binary101011101101101100110000110001011000001010101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0636; }

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

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

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

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

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

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

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

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